#FEDFAF

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

Shades of Navajo White #FEDFAF

Tints of Navajo White #FEDFAF

Color information

#FEDFAF (or 0xFEDFAF) is unknown color: approx Navajo White. HEX triplet: FE, DF and AF. RGB value is (254,223,175). Sum of RGB (Red+Green+Blue) = 254+223+175=652 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.96% from 652); Green value is 223 (87.5% from 255 or 34.20% from 652); Blue value is 175 (68.75% from 255 or 26.84% from 652); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDFAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDFAF is #012050. Grayscale: #E3E3E3. Windows color (decimal): -73809 or 11526142. OLE color: 11526142.

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

Color convert

RGB254223175-
CMYK00.120.310.00
HSL36.46º97.53%84.12%-
HSV(B)36.46º31.1%99.61%-
XYZ7576.9451.46-
YUV226.898.77147.4-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.96%
GREEN value IS 223 (87.5% from 255) = 34.20%
BLUE value IS 175 (68.75% from 255) = 26.84%
R=38.96%
G=34.20%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.31
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422317500.120.310.0036.4697.5384.12
HexFEDFAF0C1F0246254
Octal37633725701437044142124
Binary1111111011011111101011110110011111010010011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDFAF; }

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

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

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

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

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

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

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

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