Html Css Color HEX #FCCCDE Classic Rose

📋 copy color: '#FCCCDE'

red 252 ◦ green 204 ◦ blue 222

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

Shades of Classic Rose #FCCCDE

Tints of Classic Rose #FCCCDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 32.74%

R = 37.17%
G = 30.09%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FCCCDE (or 0xFCCCDE) is known color: Classic Rose. HEX triplet: FC, CC and DE. RGB value is (252,204,222). Sum of RGB (Red+Green+Blue) = 252+204+222=678 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.17% from 678); Green value is 204 (80.08% from 255 or 30.09% from 678); Blue value is 222 (87.11% from 255 or 32.74% from 678); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCCDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCCDE is #033321. Grayscale: #DCDCDC. Windows color (decimal): -209698 or 14601468. OLE color: 14601468.

HSL color Cylindrical-coordinate representation of color #FCCCDE: hue angle of 337.5º 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 #FCCCDE is Cyan = 0, Magento = 0.19, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 204 222 -
CMYK 0 0.19 0.12 0.01
HSL 337.5º 0.89% 0.89% -
HSV(B) 337.5º 0.19% 0.99% -
XYZ 74.92 69.16 78.51 -
YUV 220.4 128.9 150.54 -
System Red Green Blue C M Y K H S L
Decimal 252 204 222 0 0.19 0.12 0.01 337.5 0.89 0.89
Hex FC CC DE 0 13 C 1 152 59 59
Octal 374 314 336 0 23 14 1 522 131 131
Binary 11111100 11001100 11011110 0 10011 1100 1 101010010 1011001 1011001

Color Harmonies of #FCCCDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCCDE

Black with #FCCCDE

Text Example


Text Example

White with #FCCCDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCCDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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