#FAF7DC

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

Shades of Chilean Heath #FAF7DC

Tints of Chilean Heath #FAF7DC

Color information

#FAF7DC (or 0xFAF7DC) is unknown color: approx Chilean Heath. HEX triplet: FA, F7 and DC. RGB value is (250,247,220). Sum of RGB (Red+Green+Blue) = 250+247+220=717 (94% of max value = 765). Red value is 250 (98.05% from 255 or 34.87% from 717); Green value is 247 (96.88% from 255 or 34.45% from 717); Blue value is 220 (86.33% from 255 or 30.68% from 717); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF7DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF7DC is #050823. Grayscale: #F4F4F4. Windows color (decimal): -329764 or 14481402. OLE color: 14481402.

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

Color convert

RGB250247220-
CMYK00.010.120.02
HSL54º75%92.16%-
HSV(B)54º12%98.04%-
XYZ85.692.0180.96-
YUV244.82113.99131.7-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.87%
GREEN value IS 247 (96.88% from 255) = 34.45%
BLUE value IS 220 (86.33% from 255) = 30.68%
R=34.87%
G=34.45%
B=30.68%

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
Decimal25024722000.010.120.02547592.16
HexFAF7DC01C2364b5c
Octal3723673340114266113134
Binary1111101011110111110111000111001011011010010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF7DC; }

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

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

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

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

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

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

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

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