#F9F7DC

Color #F9F7DC Chilean Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chilean Heath #F9F7DC

Tints of Chilean Heath #F9F7DC

Color information

#F9F7DC (or 0xF9F7DC) is unknown color: approx 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

RGB249247220-
CMYK00.010.120.02
HSL55.86º70.73%91.96%-
HSV(B)55.86º11.65%97.65%-
XYZ85.2591.8380.94-
YUV244.52114.16131.2-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 34.78%
GREEN value IS 247 (96.88% from 255) = 34.50%
BLUE value IS 220 (86.33% from 255) = 30.73%
R=34.78%
G=34.50%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24924722000.010.120.0255.8670.7391.96
HexF9F7DC01C238475c
Octal3713673340114270107134
Binary1111100111110111110111000111001011100010001111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9F7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>