Html Css Color HEX #FFE5B4 Moccasin

📋 copy color: '#FFE5B4'

red 255 ◦ green 229 ◦ blue 180

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

Shades of Moccasin #FFE5B4

Tints of Moccasin #FFE5B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 27.11%

R = 38.4%
G = 34.49%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.29

 K value IS 0

RGB Variations

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

Color information

#FFE5B4 (or 0xFFE5B4) is known color: Moccasin. HEX triplet: FF, E5 and B4. RGB value is (255,229,180). Sum of RGB (Red+Green+Blue) = 255+229+180=664 (87% of max value = 765). Red value is 255 (100% from 255 or 38.40% from 664); Green value is 229 (89.84% from 255 or 34.49% from 664); Blue value is 180 (70.70% from 255 or 27.11% from 664); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE5B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE5B4 is #001A4B. Grayscale: #E7E7E7. Windows color (decimal): -6732 or 11855359. OLE color: 11855359.

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

Color convert

RGB 255 229 180 -
CMYK 0 0.10 0.29 0
HSL 39.2º 1% 0.85% -
HSV(B) 39.2º 0.29% 1% -
XYZ 77.5 80.59 54.65 -
YUV 231.19 99.11 144.98 -
System Red Green Blue C M Y K H S L
Decimal 255 229 180 0 0.10 0.29 0 39.2 1 0.85
Hex FF E5 B4 0 A 1D 0 27 64 55
Octal 377 345 264 0 12 35 0 47 144 125
Binary 11111111 11100101 10110100 0 1010 11101 0 100111 1100100 1010101

Color Harmonies of #FFE5B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE5B4

Black with #FFE5B4

Text Example


Text Example

White with #FFE5B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE5B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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