Html Css Color HEX #F9D8CE Cinderella

📋 copy color: '#F9D8CE'

red 249 ◦ green 216 ◦ blue 206

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

Shades of Cinderella #F9D8CE

Tints of Cinderella #F9D8CE

RGB

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

 GREEN value IS 216 (84.77% from 255) = 32.19%

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

R = 37.11%
G = 32.19%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#F9D8CE (or 0xF9D8CE) is known color: Cinderella. HEX triplet: F9, D8 and CE. RGB value is (249,216,206). Sum of RGB (Red+Green+Blue) = 249+216+206=671 (88% of max value = 765). Red value is 249 (97.66% from 255 or 37.11% from 671); Green value is 216 (84.77% from 255 or 32.19% from 671); Blue value is 206 (80.86% from 255 or 30.70% from 671); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D8CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9D8CE is #062731. Grayscale: #E0E0E0. Windows color (decimal): -403250 or 13555961. OLE color: 13555961.

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

Color convert

RGB 249 216 206 -
CMYK 0 0.13 0.17 0.02
HSL 13.95º 0.78% 0.89% -
HSV(B) 13.95º 0.17% 0.98% -
XYZ 74.76 73.71 68.68 -
YUV 224.73 117.43 145.31 -
System Red Green Blue C M Y K H S L
Decimal 249 216 206 0 0.13 0.17 0.02 13.95 0.78 0.89
Hex F9 D8 CE 0 D 11 2 E 4E 59
Octal 371 330 316 0 15 21 2 16 116 131
Binary 11111001 11011000 11001110 0 1101 10001 10 1110 1001110 1011001

Color Harmonies of #F9D8CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9D8CE

Black with #F9D8CE

Text Example


Text Example

White with #F9D8CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9D8CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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