Html Css Color HEX #FCDFCE Cinderella

📋 copy color: '#FCDFCE'

red 252 ◦ green 223 ◦ blue 206

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

Shades of Cinderella #FCDFCE

Tints of Cinderella #FCDFCE

RGB

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

 GREEN value IS 223 (87.5% from 255) = 32.75%

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

R = 37%
G = 32.75%
B = 30.25%

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

#FCDFCE (or 0xFCDFCE) is known color: Cinderella. HEX triplet: FC, DF and CE. RGB value is (252,223,206). Sum of RGB (Red+Green+Blue) = 252+223+206=681 (90% of max value = 765). Red value is 252 (98.83% from 255 or 37.00% from 681); Green value is 223 (87.5% from 255 or 32.75% from 681); Blue value is 206 (80.86% from 255 or 30.25% from 681); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDFCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDFCE is #032031. Grayscale: #E5E5E5. Windows color (decimal): -204850 or 13557756. OLE color: 13557756.

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

Color convert

RGB 252 223 206 -
CMYK 0 0.12 0.18 0.01
HSL 22.17º 0.88% 0.9% -
HSV(B) 22.17º 0.18% 0.99% -
XYZ 77.67 77.93 69.34 -
YUV 229.73 114.61 143.88 -
System Red Green Blue C M Y K H S L
Decimal 252 223 206 0 0.12 0.18 0.01 22.17 0.88 0.9
Hex FC DF CE 0 C 12 1 16 58 5A
Octal 374 337 316 0 14 22 1 26 130 132
Binary 11111100 11011111 11001110 0 1100 10010 1 10110 1011000 1011010

Color Harmonies of #FCDFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDFCE

Black with #FCDFCE

Text Example


Text Example

White with #FCDFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDFCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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