#FAFADE

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

Shades of Chilean Heath #FAFADE

Tints of Chilean Heath #FAFADE

Color information

#FAFADE (or 0xFAFADE) is unknown color: approx Chilean Heath. HEX triplet: FA, FA and DE. RGB value is (250,250,222). Sum of RGB (Red+Green+Blue) = 250+250+222=722 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.63% from 722); Green value is 250 (98.05% from 255 or 34.63% from 722); Blue value is 222 (87.11% from 255 or 30.75% from 722); Max value from RGB is 250 - color contains mainly: red, green. Hex color #FAFADE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFADE is #050521. Grayscale: #F6F6F6. Windows color (decimal): -328994 or 14613242. OLE color: 14613242.

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

Color convert

RGB250250222-
CMYK000.110.02
HSL60º73.68%92.55%-
HSV(B)60º11.2%98.04%-
XYZ86.7993.9782.67-
YUV246.81114130.28-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.63%
GREEN value IS 250 (98.05% from 255) = 34.63%
BLUE value IS 222 (87.11% from 255) = 30.75%
R=34.63%
G=34.63%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250250222000.110.026073.6892.55
HexFAFADE00B23c4a5d
Octal3723723360013274112135
Binary1111101011111010110111100010111011110010010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFADE; }

 p { color: rgb(250,250,222); }

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

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

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

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

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

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

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