Html Css Color HEX #FAE2B3 Moccasin

📋 copy color: '#FAE2B3'

red 250 ◦ green 226 ◦ blue 179

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

Shades of Moccasin #FAE2B3

Tints of Moccasin #FAE2B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 27.33%

R = 38.17%
G = 34.5%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.28

 K value IS 0.02

RGB Variations

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

Color information

#FAE2B3 (or 0xFAE2B3) is known color: Moccasin. HEX triplet: FA, E2 and B3. RGB value is (250,226,179). Sum of RGB (Red+Green+Blue) = 250+226+179=655 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.17% from 655); Green value is 226 (88.67% from 255 or 34.50% from 655); Blue value is 179 (70.31% from 255 or 27.33% from 655); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE2B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE2B3 is #051D4C. Grayscale: #E4E4E4. Windows color (decimal): -335181 or 11789050. OLE color: 11789050.

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

Color convert

RGB 250 226 179 -
CMYK 0 0.10 0.28 0.02
HSL 39.72º 0.88% 0.84% -
HSV(B) 39.72º 0.28% 0.98% -
XYZ 74.76 77.97 53.76 -
YUV 227.82 100.45 143.82 -
System Red Green Blue C M Y K H S L
Decimal 250 226 179 0 0.10 0.28 0.02 39.72 0.88 0.84
Hex FA E2 B3 0 A 1C 2 28 58 54
Octal 372 342 263 0 12 34 2 50 130 124
Binary 11111010 11100010 10110011 0 1010 11100 10 101000 1011000 1010100

Color Harmonies of #FAE2B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE2B3

Black with #FAE2B3

Text Example


Text Example

White with #FAE2B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE2B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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