Html Css Color HEX #FCDDCC Cinderella

📋 copy color: '#FCDDCC'

red 252 ◦ green 221 ◦ blue 204

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

Shades of Cinderella #FCDDCC

Tints of Cinderella #FCDDCC

RGB

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

 GREEN value IS 221 (86.72% from 255) = 32.64%

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

R = 37.22%
G = 32.64%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FCDDCC (or 0xFCDDCC) is known color: Cinderella. HEX triplet: FC, DD and CC. RGB value is (252,221,204). Sum of RGB (Red+Green+Blue) = 252+221+204=677 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.22% from 677); Green value is 221 (86.72% from 255 or 32.64% from 677); Blue value is 204 (80.08% from 255 or 30.13% from 677); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDDCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDDCC is #032233. Grayscale: #E4E4E4. Windows color (decimal): -205364 or 13426172. OLE color: 13426172.

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

Color convert

RGB 252 221 204 -
CMYK 0 0.12 0.19 0.01
HSL 21.25º 0.89% 0.89% -
HSV(B) 21.25º 0.19% 0.99% -
XYZ 76.9 76.77 67.89 -
YUV 228.33 114.27 144.88 -
System Red Green Blue C M Y K H S L
Decimal 252 221 204 0 0.12 0.19 0.01 21.25 0.89 0.89
Hex FC DD CC 0 C 13 1 15 59 59
Octal 374 335 314 0 14 23 1 25 131 131
Binary 11111100 11011101 11001100 0 1100 10011 1 10101 1011001 1011001

Color Harmonies of #FCDDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDDCC

Black with #FCDDCC

Text Example


Text Example

White with #FCDDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDDCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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