Color Hex Logo

#fbceea Color Hex

#FBCEEA
(251,206,234)
0 Favorites   0 Comments

Color spaces of #fbceea

RGB 251206234
HSL0.900.850.90
HSV323°18°98°
CMYK 0.000.180.07   0.02
XYZ76.706370.592487.4247
Yxy70.59240.32680.3007
Hunter Lab84.019315.9297-2.8796
CIE-Lab87.286620.3147-7.8091

#fbceea color RGB value is (251,206,234).

#fbceea hex color red value is 251, green value is 206 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #fbceea hue: 0.90 , saturation: 0.85 and the lightness value of fbceea is 0.90.

The process color (four color CMYK) of #fbceea color hex is 0.00, 0.18, 0.07, 0.02. Web safe color of #fbceea is #ffccff. Color #fbceea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001110 11101010
Octal 373 316 352
Decimal 251 206 234
Hex FB CE EA

RGB Percentages of Color #fbceea

%36.32
%29.81
%33.86

CMYK Percentages of Color #fbceea

%0
%18
%7
%2

Triadic Colors of #fbceea

#fbceea #eafbce #ceeafb

Analogous Colors of #fbceea

#fbceea #fbced4 #f6cefb

Monochromatic Colors of #fbceea

#fbceea

Complementary Color

#fbceea #cefbdf

#fbceea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbceea Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbceea Color CSS Codes

.mybgcolor {background-color:#fbceea; } 
.myforecolor {color:#fbceea; }
.mybordercolor {border:3px solid #fbceea; }

#fbceea Text Font Color

<p style="color:#fbceea">Text here</p>

This sample text font color is #fbceea
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#fbceea Background Color

<div style="background-color:#fbceea">
Div content here</div>

This div background color is #fbceea


#fbceea Border Color

<div style="border:3px solid #fbceea">
Div here</div>

This div border color is #fbceea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(251,206,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fbceea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fbceea;
  -webkit-box-shadow: 1px 1px 3px 2px #fbceea;
  box-shadow:         1px 1px 3px 2px #fbceea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,206,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #fbceea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #fbceea;
  -webkit-box-shadow: 1px 1px 3px 2px #fbceea;
  box-shadow:         1px 1px 3px 2px #fbceea;">
Div content here</div>

This div box has shadow with color #fbceea


Comments

No comments written yet.

Please login to write comment.