Html Css Color HEX #FFE6BA Moccasin

📋 copy color: '#FFE6BA'

red 255 ◦ green 230 ◦ blue 186

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

Shades of Moccasin #FFE6BA

Tints of Moccasin #FFE6BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 27.72%

R = 38%
G = 34.28%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.27

 K value IS 0

RGB Variations

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

Color information

#FFE6BA (or 0xFFE6BA) is known color: Moccasin. HEX triplet: FF, E6 and BA. RGB value is (255,230,186). Sum of RGB (Red+Green+Blue) = 255+230+186=671 (88% of max value = 765). Red value is 255 (100% from 255 or 38.00% from 671); Green value is 230 (90.23% from 255 or 34.28% from 671); Blue value is 186 (73.05% from 255 or 27.72% from 671); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE6BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFE6BA is #001945. Grayscale: #E8E8E8. Windows color (decimal): -6470 or 12248831. OLE color: 12248831.

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

Color convert

RGB 255 230 186 -
CMYK 0 0.10 0.27 0
HSL 38.26º 1% 0.86% -
HSV(B) 38.26º 0.27% 1% -
XYZ 78.4 81.4 58.03 -
YUV 232.46 101.78 144.08 -
System Red Green Blue C M Y K H S L
Decimal 255 230 186 0 0.10 0.27 0 38.26 1 0.86
Hex FF E6 BA 0 A 1B 0 26 64 56
Octal 377 346 272 0 12 33 0 46 144 126
Binary 11111111 11100110 10111010 0 1010 11011 0 100110 1100100 1010110

Color Harmonies of #FFE6BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE6BA

Black with #FFE6BA

Text Example


Text Example

White with #FFE6BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE6BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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