Html Css Color HEX #FCD6C9 Cinderella

📋 copy color: '#FCD6C9'

red 252 ◦ green 214 ◦ blue 201

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

Shades of Cinderella #FCD6C9

Tints of Cinderella #FCD6C9

RGB

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

 GREEN value IS 214 (83.98% from 255) = 32.08%

 BLUE value IS 201 (78.91% from 255) = 30.13%

R = 37.78%
G = 32.08%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.20

 K value IS 0.01

RGB Variations

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

Color information

#FCD6C9 (or 0xFCD6C9) is known color: Cinderella. HEX triplet: FC, D6 and C9. RGB value is (252,214,201). Sum of RGB (Red+Green+Blue) = 252+214+201=667 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.78% from 667); Green value is 214 (83.98% from 255 or 32.08% from 667); Blue value is 201 (78.91% from 255 or 30.13% from 667); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD6C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD6C9 is #032936. Grayscale: #DFDFDF. Windows color (decimal): -207159 or 13227772. OLE color: 13227772.

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

Color convert

RGB 252 214 201 -
CMYK 0 0.15 0.20 0.01
HSL 15.29º 0.89% 0.89% -
HSV(B) 15.29º 0.2% 0.99% -
XYZ 74.73 73.01 65.41 -
YUV 223.88 115.09 148.06 -
System Red Green Blue C M Y K H S L
Decimal 252 214 201 0 0.15 0.20 0.01 15.29 0.89 0.89
Hex FC D6 C9 0 F 14 1 F 59 59
Octal 374 326 311 0 17 24 1 17 131 131
Binary 11111100 11010110 11001001 0 1111 10100 1 1111 1011001 1011001

Color Harmonies of #FCD6C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD6C9

Black with #FCD6C9

Text Example


Text Example

White with #FCD6C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD6C9; }

 p { color: rgb(252,214,201); }

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

background-color css

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

 a { background-color: rgb(252,214,201); }

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

border-color css

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

 span { border-color: rgb(252,214,201); }

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