#FAF9DF

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

Shades of Chilean Heath #FAF9DF

Tints of Chilean Heath #FAF9DF

Color information

#FAF9DF (or 0xFAF9DF) is unknown color: approx Chilean Heath. HEX triplet: FA, F9 and DF. RGB value is (250,249,223). Sum of RGB (Red+Green+Blue) = 250+249+223=722 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.63% from 722); Green value is 249 (97.66% from 255 or 34.49% from 722); Blue value is 223 (87.5% from 255 or 30.89% from 722); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF9DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF9DF is #050620. Grayscale: #F6F6F6. Windows color (decimal): -329249 or 14678522. OLE color: 14678522.

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

Color convert

RGB250249223-
CMYK00.000.110.02
HSL57.78º72.97%92.75%-
HSV(B)57.78º10.8%98.04%-
XYZ86.6293.483.28-
YUV246.33114.83130.61-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.63%
GREEN value IS 249 (97.66% from 255) = 34.49%
BLUE value IS 223 (87.5% from 255) = 30.89%
R=34.63%
G=34.49%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024922300.000.110.0257.7872.9792.75
HexFAF9DF00B23a495d
Octal3723713370013272111135
Binary1111101011111001110111110010111011101010010011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF9DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF9DF; }

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

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

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

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

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

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

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

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