#FEDFAC

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

Shades of Navajo White #FEDFAC

Tints of Navajo White #FEDFAC

Color information

#FEDFAC (or 0xFEDFAC) is unknown color: approx Navajo White. HEX triplet: FE, DF and AC. RGB value is (254,223,172). Sum of RGB (Red+Green+Blue) = 254+223+172=649 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.14% from 649); Green value is 223 (87.5% from 255 or 34.36% from 649); Blue value is 172 (67.58% from 255 or 26.50% from 649); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDFAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDFAC is #012053. Grayscale: #E2E2E2. Windows color (decimal): -73812 or 11329534. OLE color: 11329534.

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

Color convert

RGB254223172-
CMYK00.120.320.00
HSL37.32º97.62%83.53%-
HSV(B)37.32º32.28%99.61%-
XYZ74.7176.8249.92-
YUV226.4697.27147.65-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.14%
GREEN value IS 223 (87.5% from 255) = 34.36%
BLUE value IS 172 (67.58% from 255) = 26.50%
R=39.14%
G=34.36%
B=26.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.32
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422317200.120.320.0037.3297.6283.53
HexFEDFAC0C200256254
Octal37633725401440045142124
Binary11111110110111111010110001100100000010010111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDFAC; }

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

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

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

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

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

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

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

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