Html Css Color HEX #F9F7DC Chilean Heath

📋 copy color: '#F9F7DC'

red 249 ◦ green 247 ◦ blue 220

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

Shades of Chilean Heath #F9F7DC

Tints of Chilean Heath #F9F7DC

RGB

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

 GREEN value IS 247 (96.88% from 255) = 34.5%

 BLUE value IS 220 (86.33% from 255) = 30.73%

R = 34.78%
G = 34.5%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#F9F7DC (or 0xF9F7DC) is known color: Chilean Heath. HEX triplet: F9, F7 and DC. RGB value is (249,247,220). Sum of RGB (Red+Green+Blue) = 249+247+220=716 (94% of max value = 765). Red value is 249 (97.66% from 255 or 34.78% from 716); Green value is 247 (96.88% from 255 or 34.50% from 716); Blue value is 220 (86.33% from 255 or 30.73% from 716); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F7DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9F7DC is #060823. Grayscale: #F4F4F4. Windows color (decimal): -395300 or 14481401. OLE color: 14481401.

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

Color convert

RGB 249 247 220 -
CMYK 0 0.01 0.12 0.02
HSL 55.86º 0.71% 0.92% -
HSV(B) 55.86º 0.12% 0.98% -
XYZ 85.25 91.83 80.94 -
YUV 244.52 114.16 131.2 -
System Red Green Blue C M Y K H S L
Decimal 249 247 220 0 0.01 0.12 0.02 55.86 0.71 0.92
Hex F9 F7 DC 0 1 C 2 38 47 5C
Octal 371 367 334 0 1 14 2 70 107 134
Binary 11111001 11110111 11011100 0 1 1100 10 111000 1000111 1011100

Color Harmonies of #F9F7DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9F7DC

Black with #F9F7DC

Text Example


Text Example

White with #F9F7DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9F7DC; }

 p { color: rgb(249,247,220); }

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

background-color css

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

 a { background-color: rgb(249,247,220); }

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

border-color css

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

 span { border-color: rgb(249,247,220); }

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