Html Css Color HEX #FCDAC8 Cinderella

📋 copy color: '#FCDAC8'

red 252 ◦ green 218 ◦ blue 200

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

Shades of Cinderella #FCDAC8

Tints of Cinderella #FCDAC8

RGB

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

 GREEN value IS 218 (85.55% from 255) = 32.54%

 BLUE value IS 200 (78.52% from 255) = 29.85%

R = 37.61%
G = 32.54%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#FCDAC8 (or 0xFCDAC8) is known color: Cinderella. HEX triplet: FC, DA and C8. RGB value is (252,218,200). Sum of RGB (Red+Green+Blue) = 252+218+200=670 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.61% from 670); Green value is 218 (85.55% from 255 or 32.54% from 670); Blue value is 200 (78.52% from 255 or 29.85% from 670); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDAC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDAC8 is #032537. Grayscale: #E2E2E2. Windows color (decimal): -206136 or 13163260. OLE color: 13163260.

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

Color convert

RGB 252 218 200 -
CMYK 0 0.13 0.21 0.01
HSL 20.77º 0.9% 0.89% -
HSV(B) 20.77º 0.21% 0.99% -
XYZ 75.64 75.01 65.13 -
YUV 226.11 113.26 146.46 -
System Red Green Blue C M Y K H S L
Decimal 252 218 200 0 0.13 0.21 0.01 20.77 0.9 0.89
Hex FC DA C8 0 D 15 1 15 5A 59
Octal 374 332 310 0 15 25 1 25 132 131
Binary 11111100 11011010 11001000 0 1101 10101 1 10101 1011010 1011001

Color Harmonies of #FCDAC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDAC8

Black with #FCDAC8

Text Example


Text Example

White with #FCDAC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDAC8; }

 p { color: rgb(252,218,200); }

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

background-color css

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

 a { background-color: rgb(252,218,200); }

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

border-color css

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

 span { border-color: rgb(252,218,200); }

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