Html Css Color HEX #FEDBAB Navajo White

📋 copy color: '#FEDBAB'

red 254 ◦ green 219 ◦ blue 171

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

Shades of Navajo White #FEDBAB

Tints of Navajo White #FEDBAB

RGB

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

 GREEN value IS 219 (85.94% from 255) = 34.01%

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

R = 39.44%
G = 34.01%
B = 26.55%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.33

 K value IS 0.00

RGB Variations

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

Color information

#FEDBAB (or 0xFEDBAB) is known color: Navajo White. HEX triplet: FE, DB and AB. RGB value is (254,219,171). Sum of RGB (Red+Green+Blue) = 254+219+171=644 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.44% from 644); Green value is 219 (85.94% from 255 or 34.01% from 644); Blue value is 171 (67.19% from 255 or 26.55% from 644); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDBAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDBAB is #012454. Grayscale: #E0E0E0. Windows color (decimal): -74837 or 11262974. OLE color: 11262974.

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

Color convert

RGB 254 219 171 -
CMYK 0 0.14 0.33 0.00
HSL 34.7º 0.98% 0.83% -
HSV(B) 34.7º 0.33% 1% -
XYZ 73.56 74.67 49.06 -
YUV 223.99 98.1 149.4 -
System Red Green Blue C M Y K H S L
Decimal 254 219 171 0 0.14 0.33 0.00 34.7 0.98 0.83
Hex FE DB AB 0 E 21 0 23 62 53
Octal 376 333 253 0 16 41 0 43 142 123
Binary 11111110 11011011 10101011 0 1110 100001 0 100011 1100010 1010011

Color Harmonies of #FEDBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDBAB

Black with #FEDBAB

Text Example


Text Example

White with #FEDBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDBAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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