Html Css Color HEX #FFE5B1 Moccasin

📋 copy color: '#FFE5B1'

red 255 ◦ green 229 ◦ blue 177

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

Shades of Moccasin #FFE5B1

Tints of Moccasin #FFE5B1

RGB

 RED value IS 255 (100% from 255) = 38.58%

 GREEN value IS 229 (89.84% from 255) = 34.64%

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

R = 38.58%
G = 34.64%
B = 26.78%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.31

 K value IS 0

RGB Variations

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

Color information

#FFE5B1 (or 0xFFE5B1) is known color: Moccasin. HEX triplet: FF, E5 and B1. RGB value is (255,229,177). Sum of RGB (Red+Green+Blue) = 255+229+177=661 (87% of max value = 765). Red value is 255 (100% from 255 or 38.58% from 661); Green value is 229 (89.84% from 255 or 34.64% from 661); Blue value is 177 (69.53% from 255 or 26.78% from 661); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE5B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFE5B1 is #001A4E. Grayscale: #E7E7E7. Windows color (decimal): -6735 or 11658751. OLE color: 11658751.

HSL color Cylindrical-coordinate representation of color #FFE5B1: hue angle of 40º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FFE5B1 is Cyan = 0, Magento = 0.10, Yellow = 0.31 and Black (K on CMYK) = 0.

Color convert

RGB 255 229 177 -
CMYK 0 0.10 0.31 0
HSL 40º 1% 0.85% -
HSV(B) 40º 0.31% 1% -
XYZ 77.2 80.47 53.06 -
YUV 230.85 97.61 145.23 -
System Red Green Blue C M Y K H S L
Decimal 255 229 177 0 0.10 0.31 0 40 1 0.85
Hex FF E5 B1 0 A 1F 0 28 64 55
Octal 377 345 261 0 12 37 0 50 144 125
Binary 11111111 11100101 10110001 0 1010 11111 0 101000 1100100 1010101

Color Harmonies of #FFE5B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE5B1

Black with #FFE5B1

Text Example


Text Example

White with #FFE5B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE5B1; }

 p { color: rgb(255,229,177); }

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

background-color css

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

 a { background-color: rgb(255,229,177); }

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

border-color css

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

 span { border-color: rgb(255,229,177); }

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