Html Css Color HEX #FEDDA8 Navajo White

📋 copy color: '#FEDDA8'

red 254 ◦ green 221 ◦ blue 168

#FEDDA8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navajo White #FEDDA8

Tints of Navajo White #FEDDA8

RGB

 RED value IS 254 (99.61% from 255) = 39.5%

 GREEN value IS 221 (86.72% from 255) = 34.37%

 BLUE value IS 168 (66.02% from 255) = 26.13%

R = 39.5%
G = 34.37%
B = 26.13%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.34

 K value IS 0.00

RGB Variations

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

Color information

#FEDDA8 (or 0xFEDDA8) is known color: Navajo White. HEX triplet: FE, DD and A8. RGB value is (254,221,168). Sum of RGB (Red+Green+Blue) = 254+221+168=643 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.50% from 643); Green value is 221 (86.72% from 255 or 34.37% from 643); Blue value is 168 (66.02% from 255 or 26.13% from 643); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDDA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDDA8 is #012257. Grayscale: #E1E1E1. Windows color (decimal): -74328 or 11066878. OLE color: 11066878.

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

Color convert

RGB 254 221 168 -
CMYK 0 0.13 0.34 0.00
HSL 36.98º 0.98% 0.83% -
HSV(B) 36.98º 0.34% 1% -
XYZ 73.8 75.61 47.75 -
YUV 224.83 95.93 148.81 -
System Red Green Blue C M Y K H S L
Decimal 254 221 168 0 0.13 0.34 0.00 36.98 0.98 0.83
Hex FE DD A8 0 D 22 0 25 62 53
Octal 376 335 250 0 15 42 0 45 142 123
Binary 11111110 11011101 10101000 0 1101 100010 0 100101 1100010 1010011

Color Harmonies of #FEDDA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDDA8

Black with #FEDDA8

Text Example


Text Example

White with #FEDDA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDDA8; }

 p { color: rgb(254,221,168); }

 H1.HeaderClassName
 {
   color: #FEDDA8;
 }
 .AnyTagClassName
 {
   color: #FEDDA8;
 }
</style>

background-color css

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

 a { background-color: rgb(254,221,168); }

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

border-color css

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

 span { border-color: rgb(254,221,168); }

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