Html Css Color HEX #FAE2BA Moccasin

📋 copy color: '#FAE2BA'

red 250 ◦ green 226 ◦ blue 186

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

Shades of Moccasin #FAE2BA

Tints of Moccasin #FAE2BA

RGB

 RED value IS 250 (98.05% from 255) = 37.76%

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

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

R = 37.76%
G = 34.14%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#FAE2BA (or 0xFAE2BA) is known color: Moccasin. HEX triplet: FA, E2 and BA. RGB value is (250,226,186). Sum of RGB (Red+Green+Blue) = 250+226+186=662 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.76% from 662); Green value is 226 (88.67% from 255 or 34.14% from 662); Blue value is 186 (73.05% from 255 or 28.10% from 662); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE2BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE2BA is #051D45. Grayscale: #E4E4E4. Windows color (decimal): -335174 or 12247802. OLE color: 12247802.

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

Color convert

RGB 250 226 186 -
CMYK 0 0.10 0.26 0.02
HSL 37.5º 0.86% 0.85% -
HSV(B) 37.5º 0.26% 0.98% -
XYZ 75.48 78.26 57.58 -
YUV 228.62 103.95 143.25 -
System Red Green Blue C M Y K H S L
Decimal 250 226 186 0 0.10 0.26 0.02 37.5 0.86 0.85
Hex FA E2 BA 0 A 1A 2 26 56 55
Octal 372 342 272 0 12 32 2 46 126 125
Binary 11111010 11100010 10111010 0 1010 11010 10 100110 1010110 1010101

Color Harmonies of #FAE2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE2BA

Black with #FAE2BA

Text Example


Text Example

White with #FAE2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE2BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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