Html Css Color HEX #FFE6B2 Moccasin

📋 copy color: '#FFE6B2'

red 255 ◦ green 230 ◦ blue 178

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

Shades of Moccasin #FFE6B2

Tints of Moccasin #FFE6B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 26.85%

R = 38.46%
G = 34.69%
B = 26.85%

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

#FFE6B2 (or 0xFFE6B2) is known color: Moccasin. HEX triplet: FF, E6 and B2. RGB value is (255,230,178). Sum of RGB (Red+Green+Blue) = 255+230+178=663 (87% of max value = 765). Red value is 255 (100% from 255 or 38.46% from 663); Green value is 230 (90.23% from 255 or 34.69% from 663); Blue value is 178 (69.92% from 255 or 26.85% from 663); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE6B2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFE6B2 is #00194D. Grayscale: #E7E7E7. Windows color (decimal): -6478 or 11724543. OLE color: 11724543.

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

Color convert

RGB 255 230 178 -
CMYK 0 0.10 0.30 0
HSL 40.52º 1% 0.85% -
HSV(B) 40.52º 0.3% 1% -
XYZ 77.57 81.07 53.68 -
YUV 231.55 97.78 144.73 -
System Red Green Blue C M Y K H S L
Decimal 255 230 178 0 0.10 0.30 0 40.52 1 0.85
Hex FF E6 B2 0 A 1E 0 29 64 55
Octal 377 346 262 0 12 36 0 51 144 125
Binary 11111111 11100110 10110010 0 1010 11110 0 101001 1100100 1010101

Color Harmonies of #FFE6B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE6B2

Black with #FFE6B2

Text Example


Text Example

White with #FFE6B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE6B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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