Html Css Color HEX #FCD4C5 Cinderella

📋 copy color: '#FCD4C5'

red 252 ◦ green 212 ◦ blue 197

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

Shades of Cinderella #FCD4C5

Tints of Cinderella #FCD4C5

RGB

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

 GREEN value IS 212 (83.2% from 255) = 32.07%

 BLUE value IS 197 (77.34% from 255) = 29.8%

R = 38.12%
G = 32.07%
B = 29.8%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.22

 K value IS 0.01

RGB Variations

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

Color information

#FCD4C5 (or 0xFCD4C5) is known color: Cinderella. HEX triplet: FC, D4 and C5. RGB value is (252,212,197). Sum of RGB (Red+Green+Blue) = 252+212+197=661 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.12% from 661); Green value is 212 (83.20% from 255 or 32.07% from 661); Blue value is 197 (77.34% from 255 or 29.80% from 661); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD4C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD4C5 is #032B3A. Grayscale: #DEDEDE. Windows color (decimal): -207675 or 12965116. OLE color: 12965116.

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

Color convert

RGB 252 212 197 -
CMYK 0 0.16 0.22 0.01
HSL 16.36º 0.9% 0.88% -
HSV(B) 16.36º 0.22% 0.99% -
XYZ 73.77 71.81 62.8 -
YUV 222.25 113.75 149.22 -
System Red Green Blue C M Y K H S L
Decimal 252 212 197 0 0.16 0.22 0.01 16.36 0.9 0.88
Hex FC D4 C5 0 10 16 1 10 5A 58
Octal 374 324 305 0 20 26 1 20 132 130
Binary 11111100 11010100 11000101 0 10000 10110 1 10000 1011010 1011000

Color Harmonies of #FCD4C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD4C5

Black with #FCD4C5

Text Example


Text Example

White with #FCD4C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD4C5; }

 p { color: rgb(252,212,197); }

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

background-color css

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

 a { background-color: rgb(252,212,197); }

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

border-color css

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

 span { border-color: rgb(252,212,197); }

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