#FAFADD

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

Shades of Chilean Heath #FAFADD

Tints of Chilean Heath #FAFADD

Color information

#FAFADD (or 0xFAFADD) is unknown color: approx Chilean Heath. HEX triplet: FA, FA and DD. RGB value is (250,250,221). Sum of RGB (Red+Green+Blue) = 250+250+221=721 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.67% from 721); Green value is 250 (98.05% from 255 or 34.67% from 721); Blue value is 221 (86.72% from 255 or 30.65% from 721); Max value from RGB is 250 - color contains mainly: red, green. Hex color #FAFADD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFADD is #050522. Grayscale: #F6F6F6. Windows color (decimal): -328995 or 14547706. OLE color: 14547706.

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

Color convert

RGB250250221-
CMYK000.120.02
HSL60º74.36%92.35%-
HSV(B)60º11.6%98.04%-
XYZ86.6693.9281.97-
YUV246.69113.5130.36-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.67%
GREEN value IS 250 (98.05% from 255) = 34.67%
BLUE value IS 221 (86.72% from 255) = 30.65%
R=34.67%
G=34.67%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250250221000.120.026074.3692.35
HexFAFADD00C23c4a5c
Octal3723723350014274112134
Binary1111101011111010110111010011001011110010010101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFADD; }

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

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

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

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

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

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

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

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