#FEDCB0

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

Shades of Navajo White #FEDCB0

Tints of Navajo White #FEDCB0

Color information

#FEDCB0 (or 0xFEDCB0) is unknown color: approx Navajo White. HEX triplet: FE, DC and B0. RGB value is (254,220,176). Sum of RGB (Red+Green+Blue) = 254+220+176=650 (86% of max value = 765). Red value is 254 (99.61% from 255 or 39.08% from 650); Green value is 220 (86.33% from 255 or 33.85% from 650); Blue value is 176 (69.14% from 255 or 27.08% from 650); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDCB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDCB0 is #01234F. Grayscale: #E1E1E1. Windows color (decimal): -74576 or 11590910. OLE color: 11590910.

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

Color convert

RGB254220176-
CMYK00.130.310.00
HSL33.85º97.5%84.31%-
HSV(B)33.85º30.71%99.61%-
XYZ74.375.3951.71-
YUV225.15100.26148.58-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.08%
GREEN value IS 220 (86.33% from 255) = 33.85%
BLUE value IS 176 (69.14% from 255) = 27.08%
R=39.08%
G=33.85%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.31
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422017600.130.310.0033.8597.584.31
HexFEDCB00D1F0226254
Octal37633426001537042142124
Binary1111111011011100101100000110111111010001011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDCB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDCB0; }

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

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

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

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

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

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

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

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