Html Css Color HEX #FCD6CA Cinderella

📋 copy color: '#FCD6CA'

red 252 ◦ green 214 ◦ blue 202

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

Shades of Cinderella #FCD6CA

Tints of Cinderella #FCD6CA

RGB

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

 GREEN value IS 214 (83.98% from 255) = 32.04%

 BLUE value IS 202 (79.3% from 255) = 30.24%

R = 37.72%
G = 32.04%
B = 30.24%

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

#FCD6CA (or 0xFCD6CA) is known color: Cinderella. HEX triplet: FC, D6 and CA. RGB value is (252,214,202). Sum of RGB (Red+Green+Blue) = 252+214+202=668 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.72% from 668); Green value is 214 (83.98% from 255 or 32.04% from 668); Blue value is 202 (79.30% from 255 or 30.24% from 668); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD6CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD6CA is #032935. Grayscale: #E0E0E0. Windows color (decimal): -207158 or 13293308. OLE color: 13293308.

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

Color convert

RGB 252 214 202 -
CMYK 0 0.15 0.20 0.01
HSL 14.4º 0.89% 0.89% -
HSV(B) 14.4º 0.2% 0.99% -
XYZ 74.85 73.05 66.03 -
YUV 223.99 115.59 147.98 -
System Red Green Blue C M Y K H S L
Decimal 252 214 202 0 0.15 0.20 0.01 14.4 0.89 0.89
Hex FC D6 CA 0 F 14 1 E 59 59
Octal 374 326 312 0 17 24 1 16 131 131
Binary 11111100 11010110 11001010 0 1111 10100 1 1110 1011001 1011001

Color Harmonies of #FCD6CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD6CA

Black with #FCD6CA

Text Example


Text Example

White with #FCD6CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD6CA; }

 p { color: rgb(252,214,202); }

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

background-color css

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

 a { background-color: rgb(252,214,202); }

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

border-color css

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

 span { border-color: rgb(252,214,202); }

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