Html Css Color HEX #FEDDAE Navajo White

📋 copy color: '#FEDDAE'

red 254 ◦ green 221 ◦ blue 174

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

Shades of Navajo White #FEDDAE

Tints of Navajo White #FEDDAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 26.81%

R = 39.14%
G = 34.05%
B = 26.81%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.31

 K value IS 0.00

RGB Variations

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

Color information

#FEDDAE (or 0xFEDDAE) is known color: Navajo White. HEX triplet: FE, DD and AE. RGB value is (254,221,174). Sum of RGB (Red+Green+Blue) = 254+221+174=649 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.14% from 649); Green value is 221 (86.72% from 255 or 34.05% from 649); Blue value is 174 (68.36% from 255 or 26.81% from 649); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDDAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDDAE is #012251. Grayscale: #E1E1E1. Windows color (decimal): -74322 or 11460094. OLE color: 11460094.

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

Color convert

RGB 254 221 174 -
CMYK 0 0.13 0.31 0.00
HSL 35.25º 0.98% 0.84% -
HSV(B) 35.25º 0.31% 1% -
XYZ 74.37 75.84 50.76 -
YUV 225.51 98.93 148.32 -
System Red Green Blue C M Y K H S L
Decimal 254 221 174 0 0.13 0.31 0.00 35.25 0.98 0.84
Hex FE DD AE 0 D 1F 0 23 62 54
Octal 376 335 256 0 15 37 0 43 142 124
Binary 11111110 11011101 10101110 0 1101 11111 0 100011 1100010 1010100

Color Harmonies of #FEDDAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDDAE

Black with #FEDDAE

Text Example


Text Example

White with #FEDDAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDDAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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