Html Css Color HEX #FAE2B8 Moccasin

📋 copy color: '#FAE2B8'

red 250 ◦ green 226 ◦ blue 184

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

Shades of Moccasin #FAE2B8

Tints of Moccasin #FAE2B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 27.88%

R = 37.88%
G = 34.24%
B = 27.88%

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

#FAE2B8 (or 0xFAE2B8) is known color: Moccasin. HEX triplet: FA, E2 and B8. RGB value is (250,226,184). Sum of RGB (Red+Green+Blue) = 250+226+184=660 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.88% from 660); Green value is 226 (88.67% from 255 or 34.24% from 660); Blue value is 184 (72.27% from 255 or 27.88% from 660); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE2B8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE2B8 is #051D47. Grayscale: #E4E4E4. Windows color (decimal): -335176 or 12116730. OLE color: 12116730.

HSL color Cylindrical-coordinate representation of color #FAE2B8: hue angle of 38.18º degrees, saturation: 0.87, 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 #FAE2B8 is Cyan = 0, Magento = 0.10, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 226 184 -
CMYK 0 0.10 0.26 0.02
HSL 38.18º 0.87% 0.85% -
HSV(B) 38.18º 0.26% 0.98% -
XYZ 75.27 78.18 56.47 -
YUV 228.39 102.95 143.42 -
System Red Green Blue C M Y K H S L
Decimal 250 226 184 0 0.10 0.26 0.02 38.18 0.87 0.85
Hex FA E2 B8 0 A 1A 2 26 57 55
Octal 372 342 270 0 12 32 2 46 127 125
Binary 11111010 11100010 10111000 0 1010 11010 10 100110 1010111 1010101

Color Harmonies of #FAE2B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE2B8

Black with #FAE2B8

Text Example


Text Example

White with #FAE2B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE2B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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