Html Css Color HEX #FAB49E Mandys Pink

📋 copy color: '#FAB49E'

red 250 ◦ green 180 ◦ blue 158

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

Shades of Mandys Pink #FAB49E

Tints of Mandys Pink #FAB49E

RGB

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

 GREEN value IS 180 (70.7% from 255) = 30.61%

 BLUE value IS 158 (62.11% from 255) = 26.87%

R = 42.52%
G = 30.61%
B = 26.87%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.37

 K value IS 0.02

RGB Variations

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

Color information

#FAB49E (or 0xFAB49E) is known color: Mandys Pink. HEX triplet: FA, B4 and 9E. RGB value is (250,180,158). Sum of RGB (Red+Green+Blue) = 250+180+158=588 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.52% from 588); Green value is 180 (70.70% from 255 or 30.61% from 588); Blue value is 158 (62.11% from 255 or 26.87% from 588); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB49E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAB49E is #054B61. Grayscale: #C6C6C6. Windows color (decimal): -346978 or 10401018. OLE color: 10401018.

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

Color convert

RGB 250 180 158 -
CMYK 0 0.28 0.37 0.02
HSL 14.35º 0.9% 0.8% -
HSV(B) 14.35º 0.37% 0.98% -
XYZ 61.92 55.44 39.78 -
YUV 198.42 105.19 164.79 -
System Red Green Blue C M Y K H S L
Decimal 250 180 158 0 0.28 0.37 0.02 14.35 0.9 0.8
Hex FA B4 9E 0 1C 25 2 E 5A 50
Octal 372 264 236 0 34 45 2 16 132 120
Binary 11111010 10110100 10011110 0 11100 100101 10 1110 1011010 1010000

Color Harmonies of #FAB49E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB49E

Black with #FAB49E

Text Example


Text Example

White with #FAB49E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB49E; }

 p { color: rgb(250,180,158); }

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

background-color css

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

 a { background-color: rgb(250,180,158); }

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

border-color css

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

 span { border-color: rgb(250,180,158); }

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