Html Css Color HEX #FEDCB1 Navajo White

📋 copy color: '#FEDCB1'

red 254 ◦ green 220 ◦ blue 177

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

Shades of Navajo White #FEDCB1

Tints of Navajo White #FEDCB1

RGB

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

 GREEN value IS 220 (86.33% from 255) = 33.79%

 BLUE value IS 177 (69.53% from 255) = 27.19%

R = 39.02%
G = 33.79%
B = 27.19%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.30

 K value IS 0.00

RGB Variations

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

Color information

#FEDCB1 (or 0xFEDCB1) is known color: Navajo White. HEX triplet: FE, DC and B1. RGB value is (254,220,177). Sum of RGB (Red+Green+Blue) = 254+220+177=651 (86% of max value = 765). Red value is 254 (99.61% from 255 or 39.02% from 651); Green value is 220 (86.33% from 255 or 33.79% from 651); Blue value is 177 (69.53% from 255 or 27.19% from 651); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDCB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDCB1 is #01234E. Grayscale: #E1E1E1. Windows color (decimal): -74575 or 11656446. OLE color: 11656446.

HSL color Cylindrical-coordinate representation of color #FEDCB1: hue angle of 33.51º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FEDCB1 is Cyan = 0, Magento = 0.13, Yellow = 0.30 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 220 177 -
CMYK 0 0.13 0.30 0.00
HSL 33.51º 0.97% 0.85% -
HSV(B) 33.51º 0.3% 1% -
XYZ 74.4 75.43 52.23 -
YUV 225.26 100.76 148.5 -
System Red Green Blue C M Y K H S L
Decimal 254 220 177 0 0.13 0.30 0.00 33.51 0.97 0.85
Hex FE DC B1 0 D 1E 0 22 61 55
Octal 376 334 261 0 15 36 0 42 141 125
Binary 11111110 11011100 10110001 0 1101 11110 0 100010 1100001 1010101

Color Harmonies of #FEDCB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDCB1

Black with #FEDCB1

Text Example


Text Example

White with #FEDCB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDCB1; }

 p { color: rgb(254,220,177); }

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

background-color css

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

 a { background-color: rgb(254,220,177); }

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

border-color css

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

 span { border-color: rgb(254,220,177); }

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