Html Css Color HEX #FFE6BD Moccasin

📋 copy color: '#FFE6BD'

red 255 ◦ green 230 ◦ blue 189

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

Shades of Moccasin #FFE6BD

Tints of Moccasin #FFE6BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 28.04%

R = 37.83%
G = 34.12%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.26

 K value IS 0

RGB Variations

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

Color information

#FFE6BD (or 0xFFE6BD) is known color: Moccasin. HEX triplet: FF, E6 and BD. RGB value is (255,230,189). Sum of RGB (Red+Green+Blue) = 255+230+189=674 (89% of max value = 765). Red value is 255 (100% from 255 or 37.83% from 674); Green value is 230 (90.23% from 255 or 34.12% from 674); Blue value is 189 (74.22% from 255 or 28.04% from 674); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE6BD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFE6BD is #001942. Grayscale: #E8E8E8. Windows color (decimal): -6467 or 12445439. OLE color: 12445439.

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

Color convert

RGB 255 230 189 -
CMYK 0 0.10 0.26 0
HSL 37.27º 1% 0.87% -
HSV(B) 37.27º 0.26% 1% -
XYZ 78.72 81.53 59.73 -
YUV 232.8 103.28 143.83 -
System Red Green Blue C M Y K H S L
Decimal 255 230 189 0 0.10 0.26 0 37.27 1 0.87
Hex FF E6 BD 0 A 1A 0 25 64 57
Octal 377 346 275 0 12 32 0 45 144 127
Binary 11111111 11100110 10111101 0 1010 11010 0 100101 1100100 1010111

Color Harmonies of #FFE6BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE6BD

Black with #FFE6BD

Text Example


Text Example

White with #FFE6BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE6BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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