Html Css Color HEX #FCD9CC Cinderella

📋 copy color: '#FCD9CC'

red 252 ◦ green 217 ◦ blue 204

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

Shades of Cinderella #FCD9CC

Tints of Cinderella #FCD9CC

RGB

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

 GREEN value IS 217 (85.16% from 255) = 32.24%

 BLUE value IS 204 (80.08% from 255) = 30.31%

R = 37.44%
G = 32.24%
B = 30.31%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FCD9CC (or 0xFCD9CC) is known color: Cinderella. HEX triplet: FC, D9 and CC. RGB value is (252,217,204). Sum of RGB (Red+Green+Blue) = 252+217+204=673 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.44% from 673); Green value is 217 (85.16% from 255 or 32.24% from 673); Blue value is 204 (80.08% from 255 or 30.31% from 673); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD9CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD9CC is #032633. Grayscale: #E2E2E2. Windows color (decimal): -206388 or 13425148. OLE color: 13425148.

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

Color convert

RGB 252 217 204 -
CMYK 0 0.14 0.19 0.01
HSL 16.25º 0.89% 0.89% -
HSV(B) 16.25º 0.19% 0.99% -
XYZ 75.86 74.68 67.54 -
YUV 225.98 115.6 146.56 -
System Red Green Blue C M Y K H S L
Decimal 252 217 204 0 0.14 0.19 0.01 16.25 0.89 0.89
Hex FC D9 CC 0 E 13 1 10 59 59
Octal 374 331 314 0 16 23 1 20 131 131
Binary 11111100 11011001 11001100 0 1110 10011 1 10000 1011001 1011001

Color Harmonies of #FCD9CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD9CC

Black with #FCD9CC

Text Example


Text Example

White with #FCD9CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD9CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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