#FADCB0

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

Shades of Navajo White #FADCB0

Tints of Navajo White #FADCB0

Color information

#FADCB0 (or 0xFADCB0) is unknown color: approx Navajo White. HEX triplet: FA, DC and B0. RGB value is (250,220,176). Sum of RGB (Red+Green+Blue) = 250+220+176=646 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.70% from 646); Green value is 220 (86.33% from 255 or 34.06% from 646); Blue value is 176 (69.14% from 255 or 27.24% from 646); Max value from RGB is 250 - color contains mainly: red. Hex color #FADCB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADCB0 is #05234F. Grayscale: #E0E0E0. Windows color (decimal): -336720 or 11590906. OLE color: 11590906.

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

Color convert

RGB250220176-
CMYK00.120.300.02
HSL35.68º88.1%83.53%-
HSV(B)35.68º29.6%98.04%-
XYZ72.8574.6451.64-
YUV223.95100.94146.58-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.70%
GREEN value IS 220 (86.33% from 255) = 34.06%
BLUE value IS 176 (69.14% from 255) = 27.24%
R=38.70%
G=34.06%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022017600.120.300.0235.6888.183.53
HexFADCB00C1E2245854
Octal37233426001436244130124
Binary11111010110111001011000001100111101010010010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADCB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADCB0; }

 p { color: rgb(250,220,176); }

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

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

 a { background-color: rgb(250,220,176); }

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

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

 span { border-color: rgb(250,220,176); }

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