Html Css Color HEX #FFE6B3 Moccasin

📋 copy color: '#FFE6B3'

red 255 ◦ green 230 ◦ blue 179

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

Shades of Moccasin #FFE6B3

Tints of Moccasin #FFE6B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 26.96%

R = 38.4%
G = 34.64%
B = 26.96%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.30

 K value IS 0

RGB Variations

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

Color information

#FFE6B3 (or 0xFFE6B3) is known color: Moccasin. HEX triplet: FF, E6 and B3. RGB value is (255,230,179). Sum of RGB (Red+Green+Blue) = 255+230+179=664 (87% of max value = 765). Red value is 255 (100% from 255 or 38.40% from 664); Green value is 230 (90.23% from 255 or 34.64% from 664); Blue value is 179 (70.31% from 255 or 26.96% from 664); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE6B3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFE6B3 is #00194C. Grayscale: #E7E7E7. Windows color (decimal): -6477 or 11790079. OLE color: 11790079.

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

Color convert

RGB 255 230 179 -
CMYK 0 0.10 0.30 0
HSL 40.26º 1% 0.85% -
HSV(B) 40.26º 0.3% 1% -
XYZ 77.67 81.11 54.21 -
YUV 231.66 98.28 144.65 -
System Red Green Blue C M Y K H S L
Decimal 255 230 179 0 0.10 0.30 0 40.26 1 0.85
Hex FF E6 B3 0 A 1E 0 28 64 55
Octal 377 346 263 0 12 36 0 50 144 125
Binary 11111111 11100110 10110011 0 1010 11110 0 101000 1100100 1010101

Color Harmonies of #FFE6B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE6B3

Black with #FFE6B3

Text Example


Text Example

White with #FFE6B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE6B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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