Html Css Color HEX #FCD3CA Cinderella

📋 copy color: '#FCD3CA'

red 252 ◦ green 211 ◦ blue 202

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

Shades of Cinderella #FCD3CA

Tints of Cinderella #FCD3CA

RGB

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

 GREEN value IS 211 (82.81% from 255) = 31.73%

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

R = 37.89%
G = 31.73%
B = 30.38%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.20

 K value IS 0.01

RGB Variations

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

Color information

#FCD3CA (or 0xFCD3CA) is known color: Cinderella. HEX triplet: FC, D3 and CA. RGB value is (252,211,202). Sum of RGB (Red+Green+Blue) = 252+211+202=665 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.89% from 665); Green value is 211 (82.81% from 255 or 31.73% from 665); Blue value is 202 (79.30% from 255 or 30.38% from 665); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD3CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD3CA is #032C35. Grayscale: #DEDEDE. Windows color (decimal): -207926 or 13292540. OLE color: 13292540.

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

Color convert

RGB 252 211 202 -
CMYK 0 0.16 0.20 0.01
HSL 10.8º 0.89% 0.89% -
HSV(B) 10.8º 0.2% 0.99% -
XYZ 74.1 71.55 65.78 -
YUV 222.23 116.58 149.23 -
System Red Green Blue C M Y K H S L
Decimal 252 211 202 0 0.16 0.20 0.01 10.8 0.89 0.89
Hex FC D3 CA 0 10 14 1 B 59 59
Octal 374 323 312 0 20 24 1 13 131 131
Binary 11111100 11010011 11001010 0 10000 10100 1 1011 1011001 1011001

Color Harmonies of #FCD3CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD3CA

Black with #FCD3CA

Text Example


Text Example

White with #FCD3CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD3CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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