Html Css Color HEX #FCDACA Cinderella

📋 copy color: '#FCDACA'

red 252 ◦ green 218 ◦ blue 202

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

Shades of Cinderella #FCDACA

Tints of Cinderella #FCDACA

RGB

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

 GREEN value IS 218 (85.55% from 255) = 32.44%

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

R = 37.5%
G = 32.44%
B = 30.06%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.20

 K value IS 0.01

RGB Variations

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

Color information

#FCDACA (or 0xFCDACA) is known color: Cinderella. HEX triplet: FC, DA and CA. RGB value is (252,218,202). Sum of RGB (Red+Green+Blue) = 252+218+202=672 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.5% from 672); Green value is 218 (85.55% from 255 or 32.44% from 672); Blue value is 202 (79.30% from 255 or 30.06% from 672); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDACA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDACA is #032535. Grayscale: #E2E2E2. Windows color (decimal): -206134 or 13294332. OLE color: 13294332.

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

Color convert

RGB 252 218 202 -
CMYK 0 0.13 0.20 0.01
HSL 19.2º 0.89% 0.89% -
HSV(B) 19.2º 0.2% 0.99% -
XYZ 75.88 75.1 66.37 -
YUV 226.34 114.26 146.3 -
System Red Green Blue C M Y K H S L
Decimal 252 218 202 0 0.13 0.20 0.01 19.2 0.89 0.89
Hex FC DA CA 0 D 14 1 13 59 59
Octal 374 332 312 0 15 24 1 23 131 131
Binary 11111100 11011010 11001010 0 1101 10100 1 10011 1011001 1011001

Color Harmonies of #FCDACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDACA

Black with #FCDACA

Text Example


Text Example

White with #FCDACA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDACA; }

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

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

background-color css

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

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

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

border-color css

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

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

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