Html Css Color HEX #FFE6B4 Moccasin

📋 copy color: '#FFE6B4'

red 255 ◦ green 230 ◦ blue 180

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

Shades of Moccasin #FFE6B4

Tints of Moccasin #FFE6B4

RGB

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

 GREEN value IS 230 (90.23% from 255) = 34.59%

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

R = 38.35%
G = 34.59%
B = 27.07%

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

#FFE6B4 (or 0xFFE6B4) is known color: Moccasin. HEX triplet: FF, E6 and B4. RGB value is (255,230,180). Sum of RGB (Red+Green+Blue) = 255+230+180=665 (88% of max value = 765). Red value is 255 (100% from 255 or 38.35% from 665); Green value is 230 (90.23% from 255 or 34.59% from 665); Blue value is 180 (70.70% from 255 or 27.07% from 665); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE6B4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFE6B4 is #00194B. Grayscale: #E8E8E8. Windows color (decimal): -6476 or 11855615. OLE color: 11855615.

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

Color convert

RGB 255 230 180 -
CMYK 0 0.10 0.29 0
HSL 40º 1% 0.85% -
HSV(B) 40º 0.29% 1% -
XYZ 77.78 81.15 54.74 -
YUV 231.78 98.78 144.57 -
System Red Green Blue C M Y K H S L
Decimal 255 230 180 0 0.10 0.29 0 40 1 0.85
Hex FF E6 B4 0 A 1D 0 28 64 55
Octal 377 346 264 0 12 35 0 50 144 125
Binary 11111111 11100110 10110100 0 1010 11101 0 101000 1100100 1010101

Color Harmonies of #FFE6B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE6B4

Black with #FFE6B4

Text Example


Text Example

White with #FFE6B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE6B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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