Html Css Color HEX #F9E2BA Moccasin

📋 copy color: '#F9E2BA'

red 249 ◦ green 226 ◦ blue 186

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

Shades of Moccasin #F9E2BA

Tints of Moccasin #F9E2BA

RGB

 RED value IS 249 (97.66% from 255) = 37.67%

 GREEN value IS 226 (88.67% from 255) = 34.19%

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

R = 37.67%
G = 34.19%
B = 28.14%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#F9E2BA (or 0xF9E2BA) is known color: Moccasin. HEX triplet: F9, E2 and BA. RGB value is (249,226,186). Sum of RGB (Red+Green+Blue) = 249+226+186=661 (87% of max value = 765). Red value is 249 (97.66% from 255 or 37.67% from 661); Green value is 226 (88.67% from 255 or 34.19% from 661); Blue value is 186 (73.05% from 255 or 28.14% from 661); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E2BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9E2BA is #061D45. Grayscale: #E4E4E4. Windows color (decimal): -400710 or 12247801. OLE color: 12247801.

HSL color Cylindrical-coordinate representation of color #F9E2BA: hue angle of 38.1º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F9E2BA is Cyan = 0, Magento = 0.09, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 226 186 -
CMYK 0 0.09 0.25 0.02
HSL 38.1º 0.84% 0.85% -
HSV(B) 38.1º 0.25% 0.98% -
XYZ 75.13 78.08 57.57 -
YUV 228.32 104.12 142.75 -
System Red Green Blue C M Y K H S L
Decimal 249 226 186 0 0.09 0.25 0.02 38.1 0.84 0.85
Hex F9 E2 BA 0 9 19 2 26 54 55
Octal 371 342 272 0 11 31 2 46 124 125
Binary 11111001 11100010 10111010 0 1001 11001 10 100110 1010100 1010101

Color Harmonies of #F9E2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9E2BA

Black with #F9E2BA

Text Example


Text Example

White with #F9E2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9E2BA; }

 p { color: rgb(249,226,186); }

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

background-color css

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

 a { background-color: rgb(249,226,186); }

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

border-color css

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

 span { border-color: rgb(249,226,186); }

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