Html Css Color HEX #FCD7C9 Cinderella

📋 copy color: '#FCD7C9'

red 252 ◦ green 215 ◦ blue 201

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

Shades of Cinderella #FCD7C9

Tints of Cinderella #FCD7C9

RGB

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

 GREEN value IS 215 (84.38% from 255) = 32.19%

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

R = 37.72%
G = 32.19%
B = 30.09%

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

#FCD7C9 (or 0xFCD7C9) is known color: Cinderella. HEX triplet: FC, D7 and C9. RGB value is (252,215,201). Sum of RGB (Red+Green+Blue) = 252+215+201=668 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.72% from 668); Green value is 215 (84.38% from 255 or 32.19% from 668); Blue value is 201 (78.91% from 255 or 30.09% from 668); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD7C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD7C9 is #032836. Grayscale: #E0E0E0. Windows color (decimal): -206903 or 13228028. OLE color: 13228028.

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

Color convert

RGB 252 215 201 -
CMYK 0 0.15 0.20 0.01
HSL 16.47º 0.89% 0.89% -
HSV(B) 16.47º 0.2% 0.99% -
XYZ 74.99 73.51 65.5 -
YUV 224.47 114.76 147.64 -
System Red Green Blue C M Y K H S L
Decimal 252 215 201 0 0.15 0.20 0.01 16.47 0.89 0.89
Hex FC D7 C9 0 F 14 1 10 59 59
Octal 374 327 311 0 17 24 1 20 131 131
Binary 11111100 11010111 11001001 0 1111 10100 1 10000 1011001 1011001

Color Harmonies of #FCD7C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD7C9

Black with #FCD7C9

Text Example


Text Example

White with #FCD7C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD7C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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