#F9F7DE

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

Shades of Chilean Heath #F9F7DE

Tints of Chilean Heath #F9F7DE

Color information

#F9F7DE (or 0xF9F7DE) is unknown color: approx Chilean Heath. HEX triplet: F9, F7 and DE. RGB value is (249,247,222). Sum of RGB (Red+Green+Blue) = 249+247+222=718 (95% of max value = 765). Red value is 249 (97.66% from 255 or 34.68% from 718); Green value is 247 (96.88% from 255 or 34.40% from 718); Blue value is 222 (87.11% from 255 or 30.92% from 718); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F7DE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9F7DE is #060821. Grayscale: #F4F4F4. Windows color (decimal): -395298 or 14612473. OLE color: 14612473.

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

Color convert

RGB249247222-
CMYK00.010.110.02
HSL55.56º69.23%92.35%-
HSV(B)55.56º10.84%97.65%-
XYZ85.5191.9482.35-
YUV244.75115.16131.03-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 34.68%
GREEN value IS 247 (96.88% from 255) = 34.40%
BLUE value IS 222 (87.11% from 255) = 30.92%
R=34.68%
G=34.40%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24924722200.010.110.0255.5669.2392.35
HexF9F7DE01B238455c
Octal3713673360113270105134
Binary1111100111110111110111100110111011100010001011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9F7DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9F7DE; }

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

 H1.HeaderClassName
 {
   color: #F9F7DE;
 }
 .AnyTagClassName
 {
   color: #F9F7DE;
 }
</style>
background-color css

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

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

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

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

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

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