Html Css Color HEX #F9DACE Cinderella

📋 copy color: '#F9DACE'

red 249 ◦ green 218 ◦ blue 206

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

Shades of Cinderella #F9DACE

Tints of Cinderella #F9DACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 30.61%

R = 37%
G = 32.39%
B = 30.61%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#F9DACE (or 0xF9DACE) is known color: Cinderella. HEX triplet: F9, DA and CE. RGB value is (249,218,206). Sum of RGB (Red+Green+Blue) = 249+218+206=673 (89% of max value = 765). Red value is 249 (97.66% from 255 or 37.00% from 673); Green value is 218 (85.55% from 255 or 32.39% from 673); Blue value is 206 (80.86% from 255 or 30.61% from 673); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DACE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9DACE is #062531. Grayscale: #E1E1E1. Windows color (decimal): -402738 or 13556473. OLE color: 13556473.

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

Color convert

RGB 249 218 206 -
CMYK 0 0.12 0.17 0.02
HSL 16.74º 0.78% 0.89% -
HSV(B) 16.74º 0.17% 0.98% -
XYZ 75.28 74.74 68.85 -
YUV 225.9 116.77 144.48 -
System Red Green Blue C M Y K H S L
Decimal 249 218 206 0 0.12 0.17 0.02 16.74 0.78 0.89
Hex F9 DA CE 0 C 11 2 11 4E 59
Octal 371 332 316 0 14 21 2 21 116 131
Binary 11111001 11011010 11001110 0 1100 10001 10 10001 1001110 1011001

Color Harmonies of #F9DACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9DACE

Black with #F9DACE

Text Example


Text Example

White with #F9DACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9DACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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