Html Css Color HEX #FCDCCC Cinderella

📋 copy color: '#FCDCCC'

red 252 ◦ green 220 ◦ blue 204

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

Shades of Cinderella #FCDCCC

Tints of Cinderella #FCDCCC

RGB

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

 GREEN value IS 220 (86.33% from 255) = 32.54%

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

R = 37.28%
G = 32.54%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FCDCCC (or 0xFCDCCC) is known color: Cinderella. HEX triplet: FC, DC and CC. RGB value is (252,220,204). Sum of RGB (Red+Green+Blue) = 252+220+204=676 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.28% from 676); Green value is 220 (86.33% from 255 or 32.54% from 676); Blue value is 204 (80.08% from 255 or 30.18% from 676); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDCCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDCCC is #032333. Grayscale: #E3E3E3. Windows color (decimal): -205620 or 13425916. OLE color: 13425916.

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

Color convert

RGB 252 220 204 -
CMYK 0 0.13 0.19 0.01
HSL 20º 0.89% 0.89% -
HSV(B) 20º 0.19% 0.99% -
XYZ 76.64 76.24 67.8 -
YUV 227.74 114.6 145.3 -
System Red Green Blue C M Y K H S L
Decimal 252 220 204 0 0.13 0.19 0.01 20 0.89 0.89
Hex FC DC CC 0 D 13 1 14 59 59
Octal 374 334 314 0 15 23 1 24 131 131
Binary 11111100 11011100 11001100 0 1101 10011 1 10100 1011001 1011001

Color Harmonies of #FCDCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDCCC

Black with #FCDCCC

Text Example


Text Example

White with #FCDCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDCCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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