Html Css Color HEX #FCD2C7 Cinderella

📋 copy color: '#FCD2C7'

red 252 ◦ green 210 ◦ blue 199

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

Shades of Cinderella #FCD2C7

Tints of Cinderella #FCD2C7

RGB

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

 GREEN value IS 210 (82.42% from 255) = 31.77%

 BLUE value IS 199 (78.13% from 255) = 30.11%

R = 38.12%
G = 31.77%
B = 30.11%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#FCD2C7 (or 0xFCD2C7) is known color: Cinderella. HEX triplet: FC, D2 and C7. RGB value is (252,210,199). Sum of RGB (Red+Green+Blue) = 252+210+199=661 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.12% from 661); Green value is 210 (82.42% from 255 or 31.77% from 661); Blue value is 199 (78.12% from 255 or 30.11% from 661); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD2C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD2C7 is #032D38. Grayscale: #DDDDDD. Windows color (decimal): -208185 or 13095676. OLE color: 13095676.

HSL color Cylindrical-coordinate representation of color #FCD2C7: hue angle of 12.45º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FCD2C7 is Cyan = 0, Magento = 0.17, Yellow = 0.21 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 210 199 -
CMYK 0 0.17 0.21 0.01
HSL 12.45º 0.9% 0.88% -
HSV(B) 12.45º 0.21% 0.99% -
XYZ 73.5 70.91 63.85 -
YUV 221.3 115.41 149.89 -
System Red Green Blue C M Y K H S L
Decimal 252 210 199 0 0.17 0.21 0.01 12.45 0.9 0.88
Hex FC D2 C7 0 11 15 1 C 5A 58
Octal 374 322 307 0 21 25 1 14 132 130
Binary 11111100 11010010 11000111 0 10001 10101 1 1100 1011010 1011000

Color Harmonies of #FCD2C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD2C7

Black with #FCD2C7

Text Example


Text Example

White with #FCD2C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD2C7; }

 p { color: rgb(252,210,199); }

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

background-color css

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

 a { background-color: rgb(252,210,199); }

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

border-color css

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

 span { border-color: rgb(252,210,199); }

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