Color Hex Logo

#fbcee4 Color Hex

#FBCEE4
(251,206,228)
0 Favorites   0 Comments

Color spaces of #fbcee4

RGB 251206228
HSL0.920.850.90
HSV331°18°98°
CMYK 0.000.180.09   0.02
XYZ75.858670.253382.9608
Yxy70.25330.33120.3067
Hunter Lab83.817214.8708-0.0121
CIE-Lab87.120919.3075-4.8754

#fbcee4 color RGB value is (251,206,228).

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

The process color (four color CMYK) of #fbcee4 color hex is 0.00, 0.18, 0.09, 0.02. Web safe color of #fbcee4 is #ffcccc. Color #fbcee4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001110 11100100
Octal 373 316 344
Decimal 251 206 228
Hex FB CE E4

RGB Percentages of Color #fbcee4

%36.64
%30.07
%33.28

CMYK Percentages of Color #fbcee4

%0
%18
%9
%2

Triadic Colors of #fbcee4

#fbcee4 #e4fbce #cee4fb

Analogous Colors of #fbcee4

#fbcee4 #fbcfce #fbcefb

Monochromatic Colors of #fbcee4

#fbcee4

Complementary Color

#fbcee4 #cefbe5

#fbcee4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbcee4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbcee4 Color CSS Codes

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

#fbcee4 Text Font Color

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

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


#fbcee4 Background Color

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

This div background color is #fbcee4


#fbcee4 Border Color

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

This div border color is #fbcee4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbcee4

Related Colors

#fbcee4 Color Palettes


Comments

No comments written yet.

Please login to write comment.