Html Css Color HEX #FCD8CB Cinderella

📋 copy color: '#FCD8CB'

red 252 ◦ green 216 ◦ blue 203

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

Shades of Cinderella #FCD8CB

Tints of Cinderella #FCD8CB

RGB

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

 GREEN value IS 216 (84.77% from 255) = 32.19%

 BLUE value IS 203 (79.69% from 255) = 30.25%

R = 37.56%
G = 32.19%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FCD8CB (or 0xFCD8CB) is known color: Cinderella. HEX triplet: FC, D8 and CB. RGB value is (252,216,203). Sum of RGB (Red+Green+Blue) = 252+216+203=671 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.56% from 671); Green value is 216 (84.77% from 255 or 32.19% from 671); Blue value is 203 (79.69% from 255 or 30.25% from 671); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD8CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD8CB is #032734. Grayscale: #E1E1E1. Windows color (decimal): -206645 or 13359356. OLE color: 13359356.

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

Color convert

RGB 252 216 203 -
CMYK 0 0.14 0.19 0.01
HSL 15.92º 0.89% 0.89% -
HSV(B) 15.92º 0.19% 0.99% -
XYZ 75.48 74.12 66.83 -
YUV 225.28 115.43 147.06 -
System Red Green Blue C M Y K H S L
Decimal 252 216 203 0 0.14 0.19 0.01 15.92 0.89 0.89
Hex FC D8 CB 0 E 13 1 10 59 59
Octal 374 330 313 0 16 23 1 20 131 131
Binary 11111100 11011000 11001011 0 1110 10011 1 10000 1011001 1011001

Color Harmonies of #FCD8CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD8CB

Black with #FCD8CB

Text Example


Text Example

White with #FCD8CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD8CB; }

 p { color: rgb(252,216,203); }

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

background-color css

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

 a { background-color: rgb(252,216,203); }

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

border-color css

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

 span { border-color: rgb(252,216,203); }

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