#FAF9E0

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

Shades of Chilean Heath #FAF9E0

Tints of Chilean Heath #FAF9E0

Color information

#FAF9E0 (or 0xFAF9E0) is unknown color: approx Chilean Heath. HEX triplet: FA, F9 and E0. RGB value is (250,249,224). Sum of RGB (Red+Green+Blue) = 250+249+224=723 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.58% from 723); Green value is 249 (97.66% from 255 or 34.44% from 723); Blue value is 224 (87.89% from 255 or 30.98% from 723); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF9E0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF9E0 is #05061F. Grayscale: #F6F6F6. Windows color (decimal): -329248 or 14744058. OLE color: 14744058.

HSL color Cylindrical-coordinate representation of color #FAF9E0: hue angle of 57.69º degrees, saturation: 0.72, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FAF9E0 is Cyan = 0, Magento = 0.00, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB250249224-
CMYK00.000.100.02
HSL57.69º72.22%92.94%-
HSV(B)57.69º10.4%98.04%-
XYZ86.7593.4683.99-
YUV246.45115.33130.53-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.58%
GREEN value IS 249 (97.66% from 255) = 34.44%
BLUE value IS 224 (87.89% from 255) = 30.98%
R=34.58%
G=34.44%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024922400.000.100.0257.6972.2292.94
HexFAF9E000A23a485d
Octal3723713400012272110135
Binary1111101011111001111000000010101011101010010001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF9E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF9E0; }

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

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

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

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

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

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

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

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