Html Css Color HEX #FAE2B5 Moccasin

📋 copy color: '#FAE2B5'

red 250 ◦ green 226 ◦ blue 181

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

Shades of Moccasin #FAE2B5

Tints of Moccasin #FAE2B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 27.55%

R = 38.05%
G = 34.4%
B = 27.55%

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

#FAE2B5 (or 0xFAE2B5) is known color: Moccasin. HEX triplet: FA, E2 and B5. RGB value is (250,226,181). Sum of RGB (Red+Green+Blue) = 250+226+181=657 (87% of max value = 765). Red value is 250 (98.05% from 255 or 38.05% from 657); Green value is 226 (88.67% from 255 or 34.40% from 657); Blue value is 181 (71.09% from 255 or 27.55% from 657); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE2B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE2B5 is #051D4A. Grayscale: #E4E4E4. Windows color (decimal): -335179 or 11920122. OLE color: 11920122.

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

Color convert

RGB 250 226 181 -
CMYK 0 0.10 0.28 0.02
HSL 39.13º 0.87% 0.85% -
HSV(B) 39.13º 0.28% 0.98% -
XYZ 74.96 78.05 54.83 -
YUV 228.05 101.45 143.66 -
System Red Green Blue C M Y K H S L
Decimal 250 226 181 0 0.10 0.28 0.02 39.13 0.87 0.85
Hex FA E2 B5 0 A 1C 2 27 57 55
Octal 372 342 265 0 12 34 2 47 127 125
Binary 11111010 11100010 10110101 0 1010 11100 10 100111 1010111 1010101

Color Harmonies of #FAE2B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE2B5

Black with #FAE2B5

Text Example


Text Example

White with #FAE2B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE2B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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