Html Css Color HEX #FEE6B5 Moccasin

📋 copy color: '#FEE6B5'

red 254 ◦ green 230 ◦ blue 181

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

Shades of Moccasin #FEE6B5

Tints of Moccasin #FEE6B5

RGB

 RED value IS 254 (99.61% from 255) = 38.2%

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

 BLUE value IS 181 (71.09% from 255) = 27.22%

R = 38.2%
G = 34.59%
B = 27.22%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.29

 K value IS 0.00

RGB Variations

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

Color information

#FEE6B5 (or 0xFEE6B5) is known color: Moccasin. HEX triplet: FE, E6 and B5. RGB value is (254,230,181). Sum of RGB (Red+Green+Blue) = 254+230+181=665 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.20% from 665); Green value is 230 (90.23% from 255 or 34.59% from 665); Blue value is 181 (71.09% from 255 or 27.22% from 665); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE6B5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEE6B5 is #01194A. Grayscale: #E7E7E7. Windows color (decimal): -72011 or 11921150. OLE color: 11921150.

HSL color Cylindrical-coordinate representation of color #FEE6B5: hue angle of 40.27º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FEE6B5 is Cyan = 0, Magento = 0.09, Yellow = 0.29 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 230 181 -
CMYK 0 0.09 0.29 0.00
HSL 40.27º 0.97% 0.85% -
HSV(B) 40.27º 0.29% 1% -
XYZ 77.51 81 55.27 -
YUV 231.59 99.45 143.98 -
System Red Green Blue C M Y K H S L
Decimal 254 230 181 0 0.09 0.29 0.00 40.27 0.97 0.85
Hex FE E6 B5 0 9 1D 0 28 61 55
Octal 376 346 265 0 11 35 0 50 141 125
Binary 11111110 11100110 10110101 0 1001 11101 0 101000 1100001 1010101

Color Harmonies of #FEE6B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE6B5

Black with #FEE6B5

Text Example


Text Example

White with #FEE6B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE6B5; }

 p { color: rgb(254,230,181); }

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

background-color css

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

 a { background-color: rgb(254,230,181); }

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

border-color css

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

 span { border-color: rgb(254,230,181); }

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