Html Css Color HEX #FEE4AF Moccasin

📋 copy color: '#FEE4AF'

red 254 ◦ green 228 ◦ blue 175

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

Shades of Moccasin #FEE4AF

Tints of Moccasin #FEE4AF

RGB

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

 GREEN value IS 228 (89.45% from 255) = 34.7%

 BLUE value IS 175 (68.75% from 255) = 26.64%

R = 38.66%
G = 34.7%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.31

 K value IS 0.00

RGB Variations

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

Color information

#FEE4AF (or 0xFEE4AF) is known color: Moccasin. HEX triplet: FE, E4 and AF. RGB value is (254,228,175). Sum of RGB (Red+Green+Blue) = 254+228+175=657 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.66% from 657); Green value is 228 (89.45% from 255 or 34.70% from 657); Blue value is 175 (68.75% from 255 or 26.64% from 657); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE4AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEE4AF is #011B50. Grayscale: #E5E5E5. Windows color (decimal): -72529 or 11527422. OLE color: 11527422.

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

Color convert

RGB 254 228 175 -
CMYK 0 0.10 0.31 0.00
HSL 40.25º 0.98% 0.84% -
HSV(B) 40.25º 0.31% 1% -
XYZ 76.35 79.65 51.91 -
YUV 229.73 97.11 145.31 -
System Red Green Blue C M Y K H S L
Decimal 254 228 175 0 0.10 0.31 0.00 40.25 0.98 0.84
Hex FE E4 AF 0 A 1F 0 28 62 54
Octal 376 344 257 0 12 37 0 50 142 124
Binary 11111110 11100100 10101111 0 1010 11111 0 101000 1100010 1010100

Color Harmonies of #FEE4AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE4AF

Black with #FEE4AF

Text Example


Text Example

White with #FEE4AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE4AF; }

 p { color: rgb(254,228,175); }

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

background-color css

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

 a { background-color: rgb(254,228,175); }

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

border-color css

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

 span { border-color: rgb(254,228,175); }

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