Color Hex Logo

#fbcce0 Color Hex

#FBCCE0
(251,204,224)
0 Favorites   0 Comments

Color spaces of #fbcce0

RGB 251204224
HSL0.930.850.89
HSV334°19°98°
CMYK 0.000.190.11   0.02
XYZ74.831169.076879.9101
Yxy69.07680.33430.3086
Hunter Lab83.112515.26741.1732
CIE-Lab86.542119.6992-3.6064

#fbcce0 color RGB value is (251,204,224).

#fbcce0 hex color red value is 251, green value is 204 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #fbcce0 hue: 0.93 , saturation: 0.85 and the lightness value of fbcce0 is 0.89.

The process color (four color CMYK) of #fbcce0 color hex is 0.00, 0.19, 0.11, 0.02. Web safe color of #fbcce0 is #ffcccc. Color #fbcce0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001100 11100000
Octal 373 314 340
Decimal 251 204 224
Hex FB CC E0

RGB Percentages of Color #fbcce0

%36.97
%30.04
%32.99

CMYK Percentages of Color #fbcce0

%0
%19
%11
%2

Triadic Colors of #fbcce0

#fbcce0 #e0fbcc #cce0fb

Analogous Colors of #fbcce0

#fbcce0 #fbd0cc #fbccf8

Monochromatic Colors of #fbcce0

#fbcce0

Complementary Color

#fbcce0 #ccfbe7

#fbcce0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbcce0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbcce0 Color CSS Codes

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

#fbcce0 Text Font Color

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

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


#fbcce0 Background Color

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

This div background color is #fbcce0


#fbcce0 Border Color

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

This div border color is #fbcce0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbcce0


Comments

No comments written yet.

Please login to write comment.