Html Css Color HEX #FCCCE8 Classic Rose

📋 copy color: '#FCCCE8'

red 252 ◦ green 204 ◦ blue 232

#FCCCE8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Classic Rose #FCCCE8

Tints of Classic Rose #FCCCE8

RGB

 RED value IS 252 (98.83% from 255) = 36.63%

 GREEN value IS 204 (80.08% from 255) = 29.65%

 BLUE value IS 232 (91.02% from 255) = 33.72%

R = 36.63%
G = 29.65%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.08

 K value IS 0.01

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FCCCE8 (or 0xFCCCE8) is known color: Classic Rose. HEX triplet: FC, CC and E8. RGB value is (252,204,232). Sum of RGB (Red+Green+Blue) = 252+204+232=688 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.63% from 688); Green value is 204 (80.08% from 255 or 29.65% from 688); Blue value is 232 (91.02% from 255 or 33.72% from 688); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCCE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCCE8 is #033317. Grayscale: #DDDDDD. Windows color (decimal): -209688 or 15256828. OLE color: 15256828.

HSL color Cylindrical-coordinate representation of color #FCCCE8: hue angle of 325º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FCCCE8 is Cyan = 0, Magento = 0.19, Yellow = 0.08 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 204 232 -
CMYK 0 0.19 0.08 0.01
HSL 325º 0.89% 0.89% -
HSV(B) 325º 0.19% 0.99% -
XYZ 76.3 69.71 85.78 -
YUV 221.54 133.9 149.72 -
System Red Green Blue C M Y K H S L
Decimal 252 204 232 0 0.19 0.08 0.01 325 0.89 0.89
Hex FC CC E8 0 13 8 1 145 59 59
Octal 374 314 350 0 23 10 1 505 131 131
Binary 11111100 11001100 11101000 0 10011 1000 1 101000101 1011001 1011001

Color Harmonies of #FCCCE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCCE8

Black with #FCCCE8

Text Example


Text Example

White with #FCCCE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCCE8; }

 p { color: rgb(252,204,232); }

 H1.HeaderClassName
 {
   color: #FCCCE8;
 }
 .AnyTagClassName
 {
   color: #FCCCE8;
 }
</style>

background-color css

<style>
 a { background-color: #FCCCE8; }

 a { background-color: rgb(252,204,232); }

 div.DivClassName
 {
   background-color: #FCCCE8;
 }
 .BgClassName
 {
   background-color: #FCCCE8;
 }
</style>

border-color css

<style>
 span { border-color: #FCCCE8; }

 span { border-color: rgb(252,204,232); }

 td.TdClassName
 {
   border-color: #FCCCE8;
 }
 .TagClassName
 {
   border-color: #FCCCE8;
 }
</style>