Html Css Color HEX #FCD5CB Cinderella

📋 copy color: '#FCD5CB'

red 252 ◦ green 213 ◦ blue 203

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

Shades of Cinderella #FCD5CB

Tints of Cinderella #FCD5CB

RGB

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

 GREEN value IS 213 (83.59% from 255) = 31.89%

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

R = 37.72%
G = 31.89%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FCD5CB (or 0xFCD5CB) is known color: Cinderella. HEX triplet: FC, D5 and CB. RGB value is (252,213,203). Sum of RGB (Red+Green+Blue) = 252+213+203=668 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.72% from 668); Green value is 213 (83.59% from 255 or 31.89% from 668); Blue value is 203 (79.69% from 255 or 30.39% from 668); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD5CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD5CB is #032A34. Grayscale: #DFDFDF. Windows color (decimal): -207413 or 13358588. OLE color: 13358588.

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

Color convert

RGB 252 213 203 -
CMYK 0 0.15 0.19 0.01
HSL 12.24º 0.89% 0.89% -
HSV(B) 12.24º 0.19% 0.99% -
XYZ 74.72 72.6 66.57 -
YUV 223.52 116.42 148.31 -
System Red Green Blue C M Y K H S L
Decimal 252 213 203 0 0.15 0.19 0.01 12.24 0.89 0.89
Hex FC D5 CB 0 F 13 1 C 59 59
Octal 374 325 313 0 17 23 1 14 131 131
Binary 11111100 11010101 11001011 0 1111 10011 1 1100 1011001 1011001

Color Harmonies of #FCD5CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD5CB

Black with #FCD5CB

Text Example


Text Example

White with #FCD5CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD5CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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