Html Css Color HEX #FEDEB0 Navajo White

📋 copy color: '#FEDEB0'

red 254 ◦ green 222 ◦ blue 176

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

Shades of Navajo White #FEDEB0

Tints of Navajo White #FEDEB0

RGB

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

 GREEN value IS 222 (87.11% from 255) = 34.05%

 BLUE value IS 176 (69.14% from 255) = 26.99%

R = 38.96%
G = 34.05%
B = 26.99%

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

#FEDEB0 (or 0xFEDEB0) is known color: Navajo White. HEX triplet: FE, DE and B0. RGB value is (254,222,176). Sum of RGB (Red+Green+Blue) = 254+222+176=652 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.96% from 652); Green value is 222 (87.11% from 255 or 34.05% from 652); Blue value is 176 (69.14% from 255 or 26.99% from 652); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDEB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDEB0 is #01214F. Grayscale: #E2E2E2. Windows color (decimal): -74064 or 11591422. OLE color: 11591422.

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

Color convert

RGB 254 222 176 -
CMYK 0 0.13 0.31 0.00
HSL 35.38º 0.98% 0.84% -
HSV(B) 35.38º 0.31% 1% -
XYZ 74.83 76.45 51.89 -
YUV 226.32 99.6 147.74 -
System Red Green Blue C M Y K H S L
Decimal 254 222 176 0 0.13 0.31 0.00 35.38 0.98 0.84
Hex FE DE B0 0 D 1F 0 23 62 54
Octal 376 336 260 0 15 37 0 43 142 124
Binary 11111110 11011110 10110000 0 1101 11111 0 100011 1100010 1010100

Color Harmonies of #FEDEB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDEB0

Black with #FEDEB0

Text Example


Text Example

White with #FEDEB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDEB0; }

 p { color: rgb(254,222,176); }

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

background-color css

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

 a { background-color: rgb(254,222,176); }

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

border-color css

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

 span { border-color: rgb(254,222,176); }

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