#FEDCB1

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

Shades of Navajo White #FEDCB1

Tints of Navajo White #FEDCB1

Color information

#FEDCB1 (or 0xFEDCB1) is unknown color: approx Navajo White. HEX triplet: FE, DC and B1. RGB value is (254,220,177). Sum of RGB (Red+Green+Blue) = 254+220+177=651 (86% of max value = 765). Red value is 254 (99.61% from 255 or 39.02% from 651); Green value is 220 (86.33% from 255 or 33.79% from 651); Blue value is 177 (69.53% from 255 or 27.19% from 651); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDCB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDCB1 is #01234E. Grayscale: #E1E1E1. Windows color (decimal): -74575 or 11656446. OLE color: 11656446.

HSL color Cylindrical-coordinate representation of color #FEDCB1: hue angle of 33.51º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FEDCB1 is Cyan = 0, Magento = 0.13, Yellow = 0.30 and Black (K on CMYK) = 0.00.

Color convert

RGB254220177-
CMYK00.130.300.00
HSL33.51º97.47%84.51%-
HSV(B)33.51º30.31%99.61%-
XYZ74.475.4352.23-
YUV225.26100.76148.5-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.02%
GREEN value IS 220 (86.33% from 255) = 33.79%
BLUE value IS 177 (69.53% from 255) = 27.19%
R=39.02%
G=33.79%
B=27.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.30
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422017700.130.300.0033.5197.4784.51
HexFEDCB10D1E0226155
Octal37633426101536042141125
Binary1111111011011100101100010110111110010001011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDCB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDCB1; }

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

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

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

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

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

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

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

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