#FAF6DC

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

Shades of Chilean Heath #FAF6DC

Tints of Chilean Heath #FAF6DC

Color information

#FAF6DC (or 0xFAF6DC) is unknown color: approx Chilean Heath. HEX triplet: FA, F6 and DC. RGB value is (250,246,220). Sum of RGB (Red+Green+Blue) = 250+246+220=716 (94% of max value = 765). Red value is 250 (98.05% from 255 or 34.92% from 716); Green value is 246 (96.48% from 255 or 34.36% from 716); Blue value is 220 (86.33% from 255 or 30.73% from 716); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF6DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF6DC is #050923. Grayscale: #F4F4F4. Windows color (decimal): -330020 or 14481146. OLE color: 14481146.

HSL color Cylindrical-coordinate representation of color #FAF6DC: hue angle of 52º degrees, saturation: 0.75, 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 #FAF6DC is Cyan = 0, Magento = 0.02, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB250246220-
CMYK00.020.120.02
HSL52º75%92.16%-
HSV(B)52º12%98.04%-
XYZ85.391.480.86-
YUV244.23114.33132.11-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.92%
GREEN value IS 246 (96.48% from 255) = 34.36%
BLUE value IS 220 (86.33% from 255) = 30.73%
R=34.92%
G=34.36%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024622000.020.120.02527592.16
HexFAF6DC02C2344b5c
Octal3723663340214264113134
Binary11111010111101101101110001011001011010010010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF6DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF6DC; }

 p { color: rgb(250,246,220); }

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

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

 a { background-color: rgb(250,246,220); }

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

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

 span { border-color: rgb(250,246,220); }

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