Color Hex Logo

#fbcee9 Color Hex

#FBCEE9
(251,206,233)
0 Favorites   0 Comments

Color spaces of #fbcee9

RGB 251206233
HSL0.900.850.90
HSV324°18°98°
CMYK 0.000.180.07   0.02
XYZ76.562970.535086.6701
Yxy70.53500.32750.3017
Hunter Lab83.985115.7510-2.3959
CIE-Lab87.258620.1451-7.3210

#fbcee9 color RGB value is (251,206,233).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001110 11101001
Octal 373 316 351
Decimal 251 206 233
Hex FB CE E9

RGB Percentages of Color #fbcee9

%36.38
%29.86
%33.77

CMYK Percentages of Color #fbcee9

%0
%18
%7
%2

Triadic Colors of #fbcee9

#fbcee9 #e9fbce #cee9fb

Analogous Colors of #fbcee9

#fbcee9 #fbced3 #f7cefb

Monochromatic Colors of #fbcee9

#fbcee9

Complementary Color

#fbcee9 #cefbe0

#fbcee9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbcee9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbcee9 Color CSS Codes

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

#fbcee9 Text Font Color

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

This sample text font color is #fbcee9
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.


#fbcee9 Background Color

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

This div background color is #fbcee9


#fbcee9 Border Color

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

This div border color is #fbcee9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbcee9


Comments

No comments written yet.

Please login to write comment.