Html Css Color HEX #FFE1B4 Moccasin

📋 copy color: '#FFE1B4'

red 255 ◦ green 225 ◦ blue 180

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

Shades of Moccasin #FFE1B4

Tints of Moccasin #FFE1B4

RGB

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

 GREEN value IS 225 (88.28% from 255) = 34.09%

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

R = 38.64%
G = 34.09%
B = 27.27%

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

#FFE1B4 (or 0xFFE1B4) is known color: Moccasin. HEX triplet: FF, E1 and B4. RGB value is (255,225,180). Sum of RGB (Red+Green+Blue) = 255+225+180=660 (87% of max value = 765). Red value is 255 (100% from 255 or 38.64% from 660); Green value is 225 (88.28% from 255 or 34.09% from 660); Blue value is 180 (70.70% from 255 or 27.27% from 660); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE1B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE1B4 is #001E4B. Grayscale: #E5E5E5. Windows color (decimal): -7756 or 11854335. OLE color: 11854335.

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

Color convert

RGB 255 225 180 -
CMYK 0 0.12 0.29 0
HSL 36º 1% 0.85% -
HSV(B) 36º 0.29% 1% -
XYZ 76.4 78.41 54.29 -
YUV 228.84 100.44 146.66 -
System Red Green Blue C M Y K H S L
Decimal 255 225 180 0 0.12 0.29 0 36 1 0.85
Hex FF E1 B4 0 C 1D 0 24 64 55
Octal 377 341 264 0 14 35 0 44 144 125
Binary 11111111 11100001 10110100 0 1100 11101 0 100100 1100100 1010101

Color Harmonies of #FFE1B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE1B4

Black with #FFE1B4

Text Example


Text Example

White with #FFE1B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE1B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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