#FEDCAF

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

Shades of Navajo White #FEDCAF

Tints of Navajo White #FEDCAF

Color information

#FEDCAF (or 0xFEDCAF) is unknown color: approx Navajo White. HEX triplet: FE, DC and AF. RGB value is (254,220,175). Sum of RGB (Red+Green+Blue) = 254+220+175=649 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.14% from 649); Green value is 220 (86.33% from 255 or 33.90% from 649); Blue value is 175 (68.75% from 255 or 26.96% from 649); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDCAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDCAF is #012350. Grayscale: #E1E1E1. Windows color (decimal): -74577 or 11525374. OLE color: 11525374.

HSL color Cylindrical-coordinate representation of color #FEDCAF: hue angle of 34.18º 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 #FEDCAF is Cyan = 0, Magento = 0.13, Yellow = 0.31 and Black (K on CMYK) = 0.00.

Color convert

RGB254220175-
CMYK00.130.310.00
HSL34.18º97.53%84.12%-
HSV(B)34.18º31.1%99.61%-
XYZ74.275.3551.19-
YUV225.0499.76148.66-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.14%
GREEN value IS 220 (86.33% from 255) = 33.90%
BLUE value IS 175 (68.75% from 255) = 26.96%
R=39.14%
G=33.90%
B=26.96%

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
Decimal25422017500.130.310.0034.1897.5384.12
HexFEDCAF0D1F0226254
Octal37633425701537042142124
Binary1111111011011100101011110110111111010001011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDCAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDCAF; }

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

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

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

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

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

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

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

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