#FADCB3

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

Shades of Navajo White #FADCB3

Tints of Navajo White #FADCB3

Color information

#FADCB3 (or 0xFADCB3) is unknown color: approx Navajo White. HEX triplet: FA, DC and B3. RGB value is (250,220,179). Sum of RGB (Red+Green+Blue) = 250+220+179=649 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.52% from 649); Green value is 220 (86.33% from 255 or 33.90% from 649); Blue value is 179 (70.31% from 255 or 27.58% from 649); Max value from RGB is 250 - color contains mainly: red. Hex color #FADCB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADCB3 is #05234C. Grayscale: #E0E0E0. Windows color (decimal): -336717 or 11787514. OLE color: 11787514.

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

Color convert

RGB250220179-
CMYK00.120.280.02
HSL34.65º87.65%84.12%-
HSV(B)34.65º28.4%98.04%-
XYZ73.1574.7753.22-
YUV224.3102.44146.33-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.52%
GREEN value IS 220 (86.33% from 255) = 33.90%
BLUE value IS 179 (70.31% from 255) = 27.58%
R=38.52%
G=33.90%
B=27.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022017900.120.280.0234.6587.6584.12
HexFADCB30C1C2235854
Octal37233426301434243130124
Binary11111010110111001011001101100111001010001110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADCB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADCB3; }

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

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

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

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

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

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

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

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