#FEDCAD

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

Shades of Navajo White #FEDCAD

Tints of Navajo White #FEDCAD

Color information

#FEDCAD (or 0xFEDCAD) is unknown color: approx Navajo White. HEX triplet: FE, DC and AD. RGB value is (254,220,173). Sum of RGB (Red+Green+Blue) = 254+220+173=647 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.26% from 647); Green value is 220 (86.33% from 255 or 34.00% from 647); Blue value is 173 (67.97% from 255 or 26.74% from 647); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDCAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDCAD is #012352. Grayscale: #E1E1E1. Windows color (decimal): -74579 or 11394302. OLE color: 11394302.

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

Color convert

RGB254220173-
CMYK00.130.320.00
HSL34.81º97.59%83.73%-
HSV(B)34.81º31.89%99.61%-
XYZ74.0175.2750.16-
YUV224.8198.76148.82-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.26%
GREEN value IS 220 (86.33% from 255) = 34.00%
BLUE value IS 173 (67.97% from 255) = 26.74%
R=39.26%
G=34.00%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.32
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422017300.130.320.0034.8197.5983.73
HexFEDCAD0D200236254
Octal37633425501540043142124
Binary11111110110111001010110101101100000010001111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDCAD; }

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

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

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

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

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

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

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

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