Html Css Color HEX #FDE0B1 Navajo White

📋 copy color: '#FDE0B1'

red 253 ◦ green 224 ◦ blue 177

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

Shades of Navajo White #FDE0B1

Tints of Navajo White #FDE0B1

RGB

 RED value IS 253 (99.22% from 255) = 38.69%

 GREEN value IS 224 (87.89% from 255) = 34.25%

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

R = 38.69%
G = 34.25%
B = 27.06%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#FDE0B1 (or 0xFDE0B1) is known color: Navajo White. HEX triplet: FD, E0 and B1. RGB value is (253,224,177). Sum of RGB (Red+Green+Blue) = 253+224+177=654 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.69% from 654); Green value is 224 (87.89% from 255 or 34.25% from 654); Blue value is 177 (69.53% from 255 or 27.06% from 654); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE0B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDE0B1 is #021F4E. Grayscale: #E3E3E3. Windows color (decimal): -139087 or 11657469. OLE color: 11657469.

HSL color Cylindrical-coordinate representation of color #FDE0B1: hue angle of 37.11º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FDE0B1 is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 224 177 -
CMYK 0 0.11 0.30 0.01
HSL 37.11º 0.95% 0.84% -
HSV(B) 37.11º 0.3% 0.99% -
XYZ 75.1 77.37 52.57 -
YUV 227.31 99.61 146.32 -
System Red Green Blue C M Y K H S L
Decimal 253 224 177 0 0.11 0.30 0.01 37.11 0.95 0.84
Hex FD E0 B1 0 B 1E 1 25 5F 54
Octal 375 340 261 0 13 36 1 45 137 124
Binary 11111101 11100000 10110001 0 1011 11110 1 100101 1011111 1010100

Color Harmonies of #FDE0B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE0B1

Black with #FDE0B1

Text Example


Text Example

White with #FDE0B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE0B1; }

 p { color: rgb(253,224,177); }

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

background-color css

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

 a { background-color: rgb(253,224,177); }

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

border-color css

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

 span { border-color: rgb(253,224,177); }

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