#F7F6DE

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

Shades of Chilean Heath #F7F6DE

Tints of Chilean Heath #F7F6DE

Color information

#F7F6DE (or 0xF7F6DE) is unknown color: approx Chilean Heath. HEX triplet: F7, F6 and DE. RGB value is (247,246,222). Sum of RGB (Red+Green+Blue) = 247+246+222=715 (94% of max value = 765). Red value is 247 (96.88% from 255 or 34.55% from 715); Green value is 246 (96.48% from 255 or 34.41% from 715); Blue value is 222 (87.11% from 255 or 31.05% from 715); Max value from RGB is 247 - color contains mainly: red. Hex color #F7F6DE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F7F6DE is #080921. Grayscale: #F3F3F3. Windows color (decimal): -526626 or 14612215. OLE color: 14612215.

HSL color Cylindrical-coordinate representation of color #F7F6DE: hue angle of 57.6º degrees, saturation: 0.61, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F7F6DE is Cyan = 0, Magento = 0.00, Yellow = 0.10 and Black (K on CMYK) = 0.03.

Color convert

RGB247246222-
CMYK00.000.100.03
HSL57.6º60.98%91.96%-
HSV(B)57.6º10.12%96.86%-
XYZ84.590.9682.21-
YUV243.56115.83130.45-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 34.55%
GREEN value IS 246 (96.48% from 255) = 34.41%
BLUE value IS 222 (87.11% from 255) = 31.05%
R=34.55%
G=34.41%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.10
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24724622200.000.100.0357.660.9891.96
HexF7F6DE00A33a3d5c
Octal367366336001237275134
Binary111101111111011011011110001010111110101111011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7F6DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7F6DE; }

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

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

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

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

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

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

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

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