Html Css Color HEX #FEDBA7 Navajo White

📋 copy color: '#FEDBA7'

red 254 ◦ green 219 ◦ blue 167

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

Shades of Navajo White #FEDBA7

Tints of Navajo White #FEDBA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 26.09%

R = 39.69%
G = 34.22%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.34

 K value IS 0.00

RGB Variations

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

Color information

#FEDBA7 (or 0xFEDBA7) is known color: Navajo White. HEX triplet: FE, DB and A7. RGB value is (254,219,167). Sum of RGB (Red+Green+Blue) = 254+219+167=640 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.69% from 640); Green value is 219 (85.94% from 255 or 34.22% from 640); Blue value is 167 (65.62% from 255 or 26.09% from 640); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDBA7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDBA7 is #012458. Grayscale: #DFDFDF. Windows color (decimal): -74841 or 11000830. OLE color: 11000830.

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

Color convert

RGB 254 219 167 -
CMYK 0 0.14 0.34 0.00
HSL 35.86º 0.98% 0.83% -
HSV(B) 35.86º 0.34% 1% -
XYZ 73.18 74.52 47.09 -
YUV 223.54 96.1 149.73 -
System Red Green Blue C M Y K H S L
Decimal 254 219 167 0 0.14 0.34 0.00 35.86 0.98 0.83
Hex FE DB A7 0 E 22 0 24 62 53
Octal 376 333 247 0 16 42 0 44 142 123
Binary 11111110 11011011 10100111 0 1110 100010 0 100100 1100010 1010011

Color Harmonies of #FEDBA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDBA7

Black with #FEDBA7

Text Example


Text Example

White with #FEDBA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDBA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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