#FADCB1

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

Shades of Navajo White #FADCB1

Tints of Navajo White #FADCB1

Color information

#FADCB1 (or 0xFADCB1) is unknown color: approx Navajo White. HEX triplet: FA, DC and B1. RGB value is (250,220,177). Sum of RGB (Red+Green+Blue) = 250+220+177=647 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.64% from 647); Green value is 220 (86.33% from 255 or 34.00% from 647); Blue value is 177 (69.53% from 255 or 27.36% from 647); Max value from RGB is 250 - color contains mainly: red. Hex color #FADCB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADCB1 is #05234E. Grayscale: #E0E0E0. Windows color (decimal): -336719 or 11656442. OLE color: 11656442.

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

Color convert

RGB250220177-
CMYK00.120.290.02
HSL35.34º87.95%83.73%-
HSV(B)35.34º29.2%98.04%-
XYZ72.9574.6852.17-
YUV224.07101.44146.5-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.64%
GREEN value IS 220 (86.33% from 255) = 34.00%
BLUE value IS 177 (69.53% from 255) = 27.36%
R=38.64%
G=34.00%
B=27.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022017700.120.290.0235.3487.9583.73
HexFADCB10C1D2235854
Octal37233426101435243130124
Binary11111010110111001011000101100111011010001110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADCB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADCB1; }

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

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

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

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

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

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

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

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