Html Css Color HEX #F9DACA Cinderella

📋 copy color: '#F9DACA'

red 249 ◦ green 218 ◦ blue 202

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

Shades of Cinderella #F9DACA

Tints of Cinderella #F9DACA

RGB

 RED value IS 249 (97.66% from 255) = 37.22%

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

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

R = 37.22%
G = 32.59%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#F9DACA (or 0xF9DACA) is known color: Cinderella. HEX triplet: F9, DA and CA. RGB value is (249,218,202). Sum of RGB (Red+Green+Blue) = 249+218+202=669 (88% of max value = 765). Red value is 249 (97.66% from 255 or 37.22% from 669); Green value is 218 (85.55% from 255 or 32.59% from 669); Blue value is 202 (79.30% from 255 or 30.19% from 669); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DACA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9DACA is #062535. Grayscale: #E1E1E1. Windows color (decimal): -402742 or 13294329. OLE color: 13294329.

HSL color Cylindrical-coordinate representation of color #F9DACA: hue angle of 20.43º degrees, saturation: 0.8, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F9DACA is Cyan = 0, Magento = 0.12, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 218 202 -
CMYK 0 0.12 0.19 0.02
HSL 20.43º 0.8% 0.88% -
HSV(B) 20.43º 0.19% 0.98% -
XYZ 74.8 74.55 66.32 -
YUV 225.45 114.77 144.8 -
System Red Green Blue C M Y K H S L
Decimal 249 218 202 0 0.12 0.19 0.02 20.43 0.8 0.88
Hex F9 DA CA 0 C 13 2 14 50 58
Octal 371 332 312 0 14 23 2 24 120 130
Binary 11111001 11011010 11001010 0 1100 10011 10 10100 1010000 1011000

Color Harmonies of #F9DACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9DACA

Black with #F9DACA

Text Example


Text Example

White with #F9DACA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9DACA; }

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

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

background-color css

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

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

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

border-color css

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

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

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