Color Hex Logo

#fccbee Color Hex

#FCCBEE
(252,203,238)
0 Favorites   0 Comments

Color spaces of #fccbee

RGB 252203238
HSL0.880.890.89
HSV317°19°99°
CMYK 0.000.190.06   0.01
XYZ76.933469.580490.2644
Yxy69.58040.32490.2939
Hunter Lab83.414918.6543-5.7681
CIE-Lab86.790722.9114-10.6554

#fccbee color RGB value is (252,203,238).

#fccbee hex color red value is 252, green value is 203 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #fccbee hue: 0.88 , saturation: 0.89 and the lightness value of fccbee is 0.89.

The process color (four color CMYK) of #fccbee color hex is 0.00, 0.19, 0.06, 0.01. Web safe color of #fccbee is #ffccff. Color #fccbee contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001011 11101110
Octal 374 313 356
Decimal 252 203 238
Hex FC CB EE

RGB Percentages of Color #fccbee

%36.36
%29.29
%34.34

CMYK Percentages of Color #fccbee

%0
%19
%6
%1

Triadic Colors of #fccbee

#fccbee #eefccb #cbeefc

Analogous Colors of #fccbee

#fccbee #fccbd6 #f2cbfc

Monochromatic Colors of #fccbee

#fccbee

Complementary Color

#fccbee #cbfcd9

#fccbee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccbee Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccbee Color CSS Codes

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

#fccbee Text Font Color

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

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


#fccbee Background Color

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

This div background color is #fccbee


#fccbee Border Color

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

This div border color is #fccbee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(252,203,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fccbee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fccbee;
  -webkit-box-shadow: 1px 1px 3px 2px #fccbee;
  box-shadow:         1px 1px 3px 2px #fccbee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,203,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccbee

Related Colors


Comments

No comments written yet.

Please login to write comment.