Html Css Color HEX #FCD8CE Cinderella

📋 copy color: '#FCD8CE'

red 252 ◦ green 216 ◦ blue 206

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

Shades of Cinderella #FCD8CE

Tints of Cinderella #FCD8CE

RGB

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

 GREEN value IS 216 (84.77% from 255) = 32.05%

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

R = 37.39%
G = 32.05%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#FCD8CE (or 0xFCD8CE) is known color: Cinderella. HEX triplet: FC, D8 and CE. RGB value is (252,216,206). Sum of RGB (Red+Green+Blue) = 252+216+206=674 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.39% from 674); Green value is 216 (84.77% from 255 or 32.05% from 674); Blue value is 206 (80.86% from 255 or 30.56% from 674); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD8CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD8CE is #032731. Grayscale: #E1E1E1. Windows color (decimal): -206642 or 13555964. OLE color: 13555964.

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

Color convert

RGB 252 216 206 -
CMYK 0 0.14 0.18 0.01
HSL 13.04º 0.88% 0.9% -
HSV(B) 13.04º 0.18% 0.99% -
XYZ 75.84 74.26 68.73 -
YUV 225.62 116.93 146.81 -
System Red Green Blue C M Y K H S L
Decimal 252 216 206 0 0.14 0.18 0.01 13.04 0.88 0.9
Hex FC D8 CE 0 E 12 1 D 58 5A
Octal 374 330 316 0 16 22 1 15 130 132
Binary 11111100 11011000 11001110 0 1110 10010 1 1101 1011000 1011010

Color Harmonies of #FCD8CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD8CE

Black with #FCD8CE

Text Example


Text Example

White with #FCD8CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD8CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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