#FADBAF

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

Shades of Navajo White #FADBAF

Tints of Navajo White #FADBAF

Color information

#FADBAF (or 0xFADBAF) is unknown color: approx Navajo White. HEX triplet: FA, DB and AF. RGB value is (250,219,175). Sum of RGB (Red+Green+Blue) = 250+219+175=644 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.82% from 644); Green value is 219 (85.94% from 255 or 34.01% from 644); Blue value is 175 (68.75% from 255 or 27.17% from 644); Max value from RGB is 250 - color contains mainly: red. Hex color #FADBAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADBAF is #052450. Grayscale: #DFDFDF. Windows color (decimal): -336977 or 11525114. OLE color: 11525114.

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

Color convert

RGB250219175-
CMYK00.120.30.02
HSL35.2º88.24%83.33%-
HSV(B)35.2º30%98.04%-
XYZ72.4974.0851.04-
YUV223.25100.77147.08-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.82%
GREEN value IS 219 (85.94% from 255) = 34.01%
BLUE value IS 175 (68.75% from 255) = 27.17%
R=38.82%
G=34.01%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.3
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021917500.120.30.0235.288.2483.33
HexFADBAF0C1E2235853
Octal37233325701436243130123
Binary11111010110110111010111101100111101010001110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADBAF; }

 p { color: rgb(250,219,175); }

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

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

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

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

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

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

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