Html Css Color HEX #F9DAC9 Cinderella

📋 copy color: '#F9DAC9'

red 249 ◦ green 218 ◦ blue 201

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

Shades of Cinderella #F9DAC9

Tints of Cinderella #F9DAC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 30.09%

R = 37.28%
G = 32.63%
B = 30.09%

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

#F9DAC9 (or 0xF9DAC9) is known color: Cinderella. HEX triplet: F9, DA and C9. RGB value is (249,218,201). Sum of RGB (Red+Green+Blue) = 249+218+201=668 (88% of max value = 765). Red value is 249 (97.66% from 255 or 37.28% from 668); Green value is 218 (85.55% from 255 or 32.63% from 668); Blue value is 201 (78.91% from 255 or 30.09% from 668); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DAC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9DAC9 is #062536. Grayscale: #E1E1E1. Windows color (decimal): -402743 or 13228793. OLE color: 13228793.

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

Color convert

RGB 249 218 201 -
CMYK 0 0.12 0.19 0.02
HSL 21.25º 0.8% 0.88% -
HSV(B) 21.25º 0.19% 0.98% -
XYZ 74.68 74.5 65.7 -
YUV 225.33 114.27 144.88 -
System Red Green Blue C M Y K H S L
Decimal 249 218 201 0 0.12 0.19 0.02 21.25 0.8 0.88
Hex F9 DA C9 0 C 13 2 15 50 58
Octal 371 332 311 0 14 23 2 25 120 130
Binary 11111001 11011010 11001001 0 1100 10011 10 10101 1010000 1011000

Color Harmonies of #F9DAC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9DAC9

Black with #F9DAC9

Text Example


Text Example

White with #F9DAC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9DAC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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