#FAF9DC

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

Shades of Chilean Heath #FAF9DC

Tints of Chilean Heath #FAF9DC

Color information

#FAF9DC (or 0xFAF9DC) is unknown color: approx Chilean Heath. HEX triplet: FA, F9 and DC. RGB value is (250,249,220). Sum of RGB (Red+Green+Blue) = 250+249+220=719 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.77% from 719); Green value is 249 (97.66% from 255 or 34.63% from 719); Blue value is 220 (86.33% from 255 or 30.60% from 719); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF9DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF9DC is #050623. Grayscale: #F6F6F6. Windows color (decimal): -329252 or 14481914. OLE color: 14481914.

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

Color convert

RGB250249220-
CMYK00.000.120.02
HSL58º75%92.16%-
HSV(B)58º12%98.04%-
XYZ86.2293.2481.16-
YUV245.99113.33130.86-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.77%
GREEN value IS 249 (97.66% from 255) = 34.63%
BLUE value IS 220 (86.33% from 255) = 30.60%
R=34.77%
G=34.63%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024922000.000.120.02587592.16
HexFAF9DC00C23a4b5c
Octal3723713340014272113134
Binary1111101011111001110111000011001011101010010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF9DC; }

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

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

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

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

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

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

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

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