Html Css Color HEX #FAE0B6 Moccasin

📋 copy color: '#FAE0B6'

red 250 ◦ green 224 ◦ blue 182

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

Shades of Moccasin #FAE0B6

Tints of Moccasin #FAE0B6

RGB

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

 GREEN value IS 224 (87.89% from 255) = 34.15%

 BLUE value IS 182 (71.48% from 255) = 27.74%

R = 38.11%
G = 34.15%
B = 27.74%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.27

 K value IS 0.02

RGB Variations

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

Color information

#FAE0B6 (or 0xFAE0B6) is known color: Moccasin. HEX triplet: FA, E0 and B6. RGB value is (250,224,182). Sum of RGB (Red+Green+Blue) = 250+224+182=656 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.11% from 656); Green value is 224 (87.89% from 255 or 34.15% from 656); Blue value is 182 (71.48% from 255 or 27.74% from 656); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE0B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE0B6 is #051F49. Grayscale: #E3E3E3. Windows color (decimal): -335690 or 11985146. OLE color: 11985146.

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

Color convert

RGB 250 224 182 -
CMYK 0 0.10 0.27 0.02
HSL 37.06º 0.87% 0.85% -
HSV(B) 37.06º 0.27% 0.98% -
XYZ 74.52 77.01 55.19 -
YUV 226.99 102.61 144.42 -
System Red Green Blue C M Y K H S L
Decimal 250 224 182 0 0.10 0.27 0.02 37.06 0.87 0.85
Hex FA E0 B6 0 A 1B 2 25 57 55
Octal 372 340 266 0 12 33 2 45 127 125
Binary 11111010 11100000 10110110 0 1010 11011 10 100101 1010111 1010101

Color Harmonies of #FAE0B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE0B6

Black with #FAE0B6

Text Example


Text Example

White with #FAE0B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE0B6; }

 p { color: rgb(250,224,182); }

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

background-color css

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

 a { background-color: rgb(250,224,182); }

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

border-color css

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

 span { border-color: rgb(250,224,182); }

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