Html Css Color HEX #FCD7CE Cinderella

📋 copy color: '#FCD7CE'

red 252 ◦ green 215 ◦ blue 206

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

Shades of Cinderella #FCD7CE

Tints of Cinderella #FCD7CE

RGB

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

 GREEN value IS 215 (84.38% from 255) = 31.95%

 BLUE value IS 206 (80.86% from 255) = 30.61%

R = 37.44%
G = 31.95%
B = 30.61%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#FCD7CE (or 0xFCD7CE) is known color: Cinderella. HEX triplet: FC, D7 and CE. RGB value is (252,215,206). Sum of RGB (Red+Green+Blue) = 252+215+206=673 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.44% from 673); Green value is 215 (84.38% from 255 or 31.95% from 673); Blue value is 206 (80.86% from 255 or 30.61% from 673); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD7CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD7CE is #032831. Grayscale: #E1E1E1. Windows color (decimal): -206898 or 13555708. OLE color: 13555708.

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

Color convert

RGB 252 215 206 -
CMYK 0 0.15 0.18 0.01
HSL 11.74º 0.88% 0.9% -
HSV(B) 11.74º 0.18% 0.99% -
XYZ 75.59 73.75 68.64 -
YUV 225.04 117.26 147.23 -
System Red Green Blue C M Y K H S L
Decimal 252 215 206 0 0.15 0.18 0.01 11.74 0.88 0.9
Hex FC D7 CE 0 F 12 1 C 58 5A
Octal 374 327 316 0 17 22 1 14 130 132
Binary 11111100 11010111 11001110 0 1111 10010 1 1100 1011000 1011010

Color Harmonies of #FCD7CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD7CE

Black with #FCD7CE

Text Example


Text Example

White with #FCD7CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD7CE; }

 p { color: rgb(252,215,206); }

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

background-color css

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

 a { background-color: rgb(252,215,206); }

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

border-color css

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

 span { border-color: rgb(252,215,206); }

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