#FADAAC

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

Shades of Navajo White #FADAAC

Tints of Navajo White #FADAAC

Color information

#FADAAC (or 0xFADAAC) is unknown color: approx Navajo White. HEX triplet: FA, DA and AC. RGB value is (250,218,172). Sum of RGB (Red+Green+Blue) = 250+218+172=640 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.06% from 640); Green value is 218 (85.55% from 255 or 34.06% from 640); Blue value is 172 (67.58% from 255 or 26.88% from 640); Max value from RGB is 250 - color contains mainly: red. Hex color #FADAAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADAAC is #052553. Grayscale: #DEDEDE. Windows color (decimal): -337236 or 11328250. OLE color: 11328250.

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

Color convert

RGB250218172-
CMYK00.130.310.02
HSL35.38º88.64%82.75%-
HSV(B)35.38º31.2%98.04%-
XYZ71.9473.4549.41-
YUV222.3299.6147.74-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.06%
GREEN value IS 218 (85.55% from 255) = 34.06%
BLUE value IS 172 (67.58% from 255) = 26.88%
R=39.06%
G=34.06%
B=26.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021817200.130.310.0235.3888.6482.75
HexFADAAC0D1F2235953
Octal37233225401537243131123
Binary11111010110110101010110001101111111010001110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADAAC; }

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

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

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

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

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

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

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

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