Html Css Color HEX #FCDACB Cinderella

📋 copy color: '#FCDACB'

red 252 ◦ green 218 ◦ blue 203

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

Shades of Cinderella #FCDACB

Tints of Cinderella #FCDACB

RGB

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

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

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

R = 37.44%
G = 32.39%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FCDACB (or 0xFCDACB) is known color: Cinderella. HEX triplet: FC, DA and CB. RGB value is (252,218,203). Sum of RGB (Red+Green+Blue) = 252+218+203=673 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.44% from 673); Green value is 218 (85.55% from 255 or 32.39% from 673); Blue value is 203 (79.69% from 255 or 30.16% from 673); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDACB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDACB is #032534. Grayscale: #E2E2E2. Windows color (decimal): -206133 or 13359868. OLE color: 13359868.

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

Color convert

RGB 252 218 203 -
CMYK 0 0.13 0.19 0.01
HSL 18.37º 0.89% 0.89% -
HSV(B) 18.37º 0.19% 0.99% -
XYZ 76 75.15 67 -
YUV 226.46 114.76 146.22 -
System Red Green Blue C M Y K H S L
Decimal 252 218 203 0 0.13 0.19 0.01 18.37 0.89 0.89
Hex FC DA CB 0 D 13 1 12 59 59
Octal 374 332 313 0 15 23 1 22 131 131
Binary 11111100 11011010 11001011 0 1101 10011 1 10010 1011001 1011001

Color Harmonies of #FCDACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDACB

Black with #FCDACB

Text Example


Text Example

White with #FCDACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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