Html Css Color HEX #FDE3B1 Moccasin

📋 copy color: '#FDE3B1'

red 253 ◦ green 227 ◦ blue 177

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

Shades of Moccasin #FDE3B1

Tints of Moccasin #FDE3B1

RGB

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

 GREEN value IS 227 (89.06% from 255) = 34.55%

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

R = 38.51%
G = 34.55%
B = 26.94%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#FDE3B1 (or 0xFDE3B1) is known color: Moccasin. HEX triplet: FD, E3 and B1. RGB value is (253,227,177). Sum of RGB (Red+Green+Blue) = 253+227+177=657 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.51% from 657); Green value is 227 (89.06% from 255 or 34.55% from 657); Blue value is 177 (69.53% from 255 or 26.94% from 657); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE3B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDE3B1 is #021C4E. Grayscale: #E5E5E5. Windows color (decimal): -138319 or 11658237. OLE color: 11658237.

HSL color Cylindrical-coordinate representation of color #FDE3B1: hue angle of 39.47º 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 #FDE3B1 is Cyan = 0, Magento = 0.10, Yellow = 0.30 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 227 177 -
CMYK 0 0.10 0.30 0.01
HSL 39.47º 0.95% 0.84% -
HSV(B) 39.47º 0.3% 0.99% -
XYZ 75.91 79 52.84 -
YUV 229.07 98.61 145.07 -
System Red Green Blue C M Y K H S L
Decimal 253 227 177 0 0.10 0.30 0.01 39.47 0.95 0.84
Hex FD E3 B1 0 A 1E 1 27 5F 54
Octal 375 343 261 0 12 36 1 47 137 124
Binary 11111101 11100011 10110001 0 1010 11110 1 100111 1011111 1010100

Color Harmonies of #FDE3B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE3B1

Black with #FDE3B1

Text Example


Text Example

White with #FDE3B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE3B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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