Html Css Color HEX #FCD5CC Cinderella

📋 copy color: '#FCD5CC'

red 252 ◦ green 213 ◦ blue 204

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

Shades of Cinderella #FCD5CC

Tints of Cinderella #FCD5CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 30.49%

R = 37.67%
G = 31.84%
B = 30.49%

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

#FCD5CC (or 0xFCD5CC) is known color: Cinderella. HEX triplet: FC, D5 and CC. RGB value is (252,213,204). Sum of RGB (Red+Green+Blue) = 252+213+204=669 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.67% from 669); Green value is 213 (83.59% from 255 or 31.84% from 669); Blue value is 204 (80.08% from 255 or 30.49% from 669); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD5CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD5CC is #032A33. Grayscale: #DFDFDF. Windows color (decimal): -207412 or 13424124. OLE color: 13424124.

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

Color convert

RGB 252 213 204 -
CMYK 0 0.15 0.19 0.01
HSL 11.25º 0.89% 0.89% -
HSV(B) 11.25º 0.19% 0.99% -
XYZ 74.84 72.64 67.2 -
YUV 223.64 116.92 148.23 -
System Red Green Blue C M Y K H S L
Decimal 252 213 204 0 0.15 0.19 0.01 11.25 0.89 0.89
Hex FC D5 CC 0 F 13 1 B 59 59
Octal 374 325 314 0 17 23 1 13 131 131
Binary 11111100 11010101 11001100 0 1111 10011 1 1011 1011001 1011001

Color Harmonies of #FCD5CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD5CC

Black with #FCD5CC

Text Example


Text Example

White with #FCD5CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD5CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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