#FADAAE

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

Shades of Navajo White #FADAAE

Tints of Navajo White #FADAAE

Color information

#FADAAE (or 0xFADAAE) is unknown color: approx Navajo White. HEX triplet: FA, DA and AE. RGB value is (250,218,174). Sum of RGB (Red+Green+Blue) = 250+218+174=642 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.94% from 642); Green value is 218 (85.55% from 255 or 33.96% from 642); Blue value is 174 (68.36% from 255 or 27.10% from 642); Max value from RGB is 250 - color contains mainly: red. Hex color #FADAAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADAAE is #052551. Grayscale: #DEDEDE. Windows color (decimal): -337234 or 11459322. OLE color: 11459322.

HSL color Cylindrical-coordinate representation of color #FADAAE: hue angle of 34.74º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FADAAE is Cyan = 0, Magento = 0.13, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB250218174-
CMYK00.130.300.02
HSL34.74º88.37%83.14%-
HSV(B)34.74º30.4%98.04%-
XYZ72.1473.5250.43-
YUV222.55100.6147.58-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.94%
GREEN value IS 218 (85.55% from 255) = 33.96%
BLUE value IS 174 (68.36% from 255) = 27.10%
R=38.94%
G=33.96%
B=27.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021817400.130.300.0234.7488.3783.14
HexFADAAE0D1E2235853
Octal37233225601536243130123
Binary11111010110110101010111001101111101010001110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADAAE; }

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

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

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

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

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

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

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

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