Html Css Color HEX #FFE0B4 Moccasin

📋 copy color: '#FFE0B4'

red 255 ◦ green 224 ◦ blue 180

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

Shades of Moccasin #FFE0B4

Tints of Moccasin #FFE0B4

RGB

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

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

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

R = 38.69%
G = 33.99%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.29

 K value IS 0

RGB Variations

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

Color information

#FFE0B4 (or 0xFFE0B4) is known color: Moccasin. HEX triplet: FF, E0 and B4. RGB value is (255,224,180). Sum of RGB (Red+Green+Blue) = 255+224+180=659 (87% of max value = 765). Red value is 255 (100% from 255 or 38.69% from 659); Green value is 224 (87.89% from 255 or 33.99% from 659); Blue value is 180 (70.70% from 255 or 27.31% from 659); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE0B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE0B4 is #001F4B. Grayscale: #E4E4E4. Windows color (decimal): -8012 or 11854079. OLE color: 11854079.

HSL color Cylindrical-coordinate representation of color #FFE0B4: hue angle of 35.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 #FFE0B4 is Cyan = 0, Magento = 0.12, Yellow = 0.29 and Black (K on CMYK) = 0.

Color convert

RGB 255 224 180 -
CMYK 0 0.12 0.29 0
HSL 35.2º 1% 0.85% -
HSV(B) 35.2º 0.29% 1% -
XYZ 76.13 77.87 54.2 -
YUV 228.25 100.77 147.08 -
System Red Green Blue C M Y K H S L
Decimal 255 224 180 0 0.12 0.29 0 35.2 1 0.85
Hex FF E0 B4 0 C 1D 0 23 64 55
Octal 377 340 264 0 14 35 0 43 144 125
Binary 11111111 11100000 10110100 0 1100 11101 0 100011 1100100 1010101

Color Harmonies of #FFE0B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE0B4

Black with #FFE0B4

Text Example


Text Example

White with #FFE0B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE0B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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