#FADAB1

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

Shades of Navajo White #FADAB1

Tints of Navajo White #FADAB1

Color information

#FADAB1 (or 0xFADAB1) is unknown color: approx Navajo White. HEX triplet: FA, DA and B1. RGB value is (250,218,177). Sum of RGB (Red+Green+Blue) = 250+218+177=645 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.76% from 645); Green value is 218 (85.55% from 255 or 33.80% from 645); Blue value is 177 (69.53% from 255 or 27.44% from 645); Max value from RGB is 250 - color contains mainly: red. Hex color #FADAB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADAB1 is #05254E. Grayscale: #DFDFDF. Windows color (decimal): -337231 or 11655930. OLE color: 11655930.

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

Color convert

RGB250218177-
CMYK00.130.290.02
HSL33.7º87.95%83.73%-
HSV(B)33.7º29.2%98.04%-
XYZ72.4373.6451.99-
YUV222.89102.1147.33-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.76%
GREEN value IS 218 (85.55% from 255) = 33.80%
BLUE value IS 177 (69.53% from 255) = 27.44%
R=38.76%
G=33.80%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021817700.130.290.0233.787.9583.73
HexFADAB10D1D2225854
Octal37233226101535242130124
Binary11111010110110101011000101101111011010001010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADAB1; }

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

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

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

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

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

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

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

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