Html Css Color HEX #FCDECE Cinderella

📋 copy color: '#FCDECE'

red 252 ◦ green 222 ◦ blue 206

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

Shades of Cinderella #FCDECE

Tints of Cinderella #FCDECE

RGB

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

 GREEN value IS 222 (87.11% from 255) = 32.65%

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

R = 37.06%
G = 32.65%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#FCDECE (or 0xFCDECE) is known color: Cinderella. HEX triplet: FC, DE and CE. RGB value is (252,222,206). Sum of RGB (Red+Green+Blue) = 252+222+206=680 (90% of max value = 765). Red value is 252 (98.83% from 255 or 37.06% from 680); Green value is 222 (87.11% from 255 or 32.65% from 680); Blue value is 206 (80.86% from 255 or 30.29% from 680); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDECE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDECE is #032131. Grayscale: #E5E5E5. Windows color (decimal): -205106 or 13557500. OLE color: 13557500.

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

Color convert

RGB 252 222 206 -
CMYK 0 0.12 0.18 0.01
HSL 20.87º 0.88% 0.9% -
HSV(B) 20.87º 0.18% 0.99% -
XYZ 77.41 77.39 69.25 -
YUV 229.15 114.94 144.3 -
System Red Green Blue C M Y K H S L
Decimal 252 222 206 0 0.12 0.18 0.01 20.87 0.88 0.9
Hex FC DE CE 0 C 12 1 15 58 5A
Octal 374 336 316 0 14 22 1 25 130 132
Binary 11111100 11011110 11001110 0 1100 10010 1 10101 1011000 1011010

Color Harmonies of #FCDECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDECE

Black with #FCDECE

Text Example


Text Example

White with #FCDECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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