Html Css Color HEX #FED5AB Navajo White

📋 copy color: '#FED5AB'

red 254 ◦ green 213 ◦ blue 171

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

Shades of Navajo White #FED5AB

Tints of Navajo White #FED5AB

RGB

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

 GREEN value IS 213 (83.59% from 255) = 33.39%

 BLUE value IS 171 (67.19% from 255) = 26.8%

R = 39.81%
G = 33.39%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.33

 K value IS 0.00

RGB Variations

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

Color information

#FED5AB (or 0xFED5AB) is known color: Navajo White. HEX triplet: FE, D5 and AB. RGB value is (254,213,171). Sum of RGB (Red+Green+Blue) = 254+213+171=638 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.81% from 638); Green value is 213 (83.59% from 255 or 33.39% from 638); Blue value is 171 (67.19% from 255 or 26.80% from 638); Max value from RGB is 254 - color contains mainly: red. Hex color #FED5AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED5AB is #012A54. Grayscale: #DCDCDC. Windows color (decimal): -76373 or 11261438. OLE color: 11261438.

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

Color convert

RGB 254 213 171 -
CMYK 0 0.16 0.33 0.00
HSL 30.36º 0.98% 0.83% -
HSV(B) 30.36º 0.33% 1% -
XYZ 72.02 71.6 48.55 -
YUV 220.47 100.08 151.92 -
System Red Green Blue C M Y K H S L
Decimal 254 213 171 0 0.16 0.33 0.00 30.36 0.98 0.83
Hex FE D5 AB 0 10 21 0 1E 62 53
Octal 376 325 253 0 20 41 0 36 142 123
Binary 11111110 11010101 10101011 0 10000 100001 0 11110 1100010 1010011

Color Harmonies of #FED5AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED5AB

Black with #FED5AB

Text Example


Text Example

White with #FED5AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED5AB; }

 p { color: rgb(254,213,171); }

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

background-color css

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

 a { background-color: rgb(254,213,171); }

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

border-color css

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

 span { border-color: rgb(254,213,171); }

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