Color Hex Logo

#fccbea Color Hex

#FCCBEA
(252,203,234)
0 Favorites   0 Comments

Color spaces of #fccbea

RGB 252203234
HSL0.890.890.89
HSV322°19°99°
CMYK 0.000.190.07   0.01
XYZ76.352169.347887.2032
Yxy69.34780.32780.2978
Hunter Lab83.275317.9283-3.7938
CIE-Lab86.676022.2290-8.7047

#fccbea color RGB value is (252,203,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001011 11101010
Octal 374 313 352
Decimal 252 203 234
Hex FC CB EA

RGB Percentages of Color #fccbea

%36.57
%29.46
%33.96

CMYK Percentages of Color #fccbea

%0
%19
%7
%1

Triadic Colors of #fccbea

#fccbea #eafccb #cbeafc

Analogous Colors of #fccbea

#fccbea #fccbd2 #f6cbfc

Monochromatic Colors of #fccbea

#fccbea

Complementary Color

#fccbea #cbfcdd

#fccbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccbea Color CSS Codes

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

#fccbea Text Font Color

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

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


#fccbea Background Color

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

This div background color is #fccbea


#fccbea Border Color

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

This div border color is #fccbea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,203,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 #fccbea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccbea

Related Colors


Comments

No comments written yet.

Please login to write comment.