#FADAAA

Color #FADAAA Navajo White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navajo White #FADAAA

Tints of Navajo White #FADAAA

Color information

#FADAAA (or 0xFADAAA) is unknown color: approx Navajo White. HEX triplet: FA, DA and AA. RGB value is (250,218,170). Sum of RGB (Red+Green+Blue) = 250+218+170=638 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.18% from 638); Green value is 218 (85.55% from 255 or 34.17% from 638); Blue value is 170 (66.80% from 255 or 26.65% from 638); Max value from RGB is 250 - color contains mainly: red. Hex color #FADAAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADAAA is #052555. Grayscale: #DEDEDE. Windows color (decimal): -337238 or 11197178. OLE color: 11197178.

HSL color Cylindrical-coordinate representation of color #FADAAA: hue angle of 36º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FADAAA is Cyan = 0, Magento = 0.13, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB250218170-
CMYK00.130.320.02
HSL36º88.89%82.35%-
HSV(B)36º32%98.04%-
XYZ71.7573.3748.41-
YUV222.198.6147.9-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.18%
GREEN value IS 218 (85.55% from 255) = 34.17%
BLUE value IS 170 (66.80% from 255) = 26.65%
R=39.18%
G=34.17%
B=26.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021817000.130.320.023688.8982.35
HexFADAAA0D202245952
Octal37233225201540244131122
Binary111110101101101010101010011011000001010010010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADAAA; }

 p { color: rgb(250,218,170); }

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

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

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

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

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

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

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