Html Css Color HEX #FAB9A2 Mandys Pink

📋 copy color: '#FAB9A2'

red 250 ◦ green 185 ◦ blue 162

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

Shades of Mandys Pink #FAB9A2

Tints of Mandys Pink #FAB9A2

RGB

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

 GREEN value IS 185 (72.66% from 255) = 30.99%

 BLUE value IS 162 (63.67% from 255) = 27.14%

R = 41.88%
G = 30.99%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.35

 K value IS 0.02

RGB Variations

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

Color information

#FAB9A2 (or 0xFAB9A2) is known color: Mandys Pink. HEX triplet: FA, B9 and A2. RGB value is (250,185,162). Sum of RGB (Red+Green+Blue) = 250+185+162=597 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.88% from 597); Green value is 185 (72.66% from 255 or 30.99% from 597); Blue value is 162 (63.67% from 255 or 27.14% from 597); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB9A2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAB9A2 is #05465D. Grayscale: #C9C9C9. Windows color (decimal): -345694 or 10664442. OLE color: 10664442.

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

Color convert

RGB 250 185 162 -
CMYK 0 0.26 0.35 0.02
HSL 15.68º 0.9% 0.81% -
HSV(B) 15.68º 0.35% 0.98% -
XYZ 63.29 57.63 41.97 -
YUV 201.81 105.53 162.37 -
System Red Green Blue C M Y K H S L
Decimal 250 185 162 0 0.26 0.35 0.02 15.68 0.9 0.81
Hex FA B9 A2 0 1A 23 2 10 5A 51
Octal 372 271 242 0 32 43 2 20 132 121
Binary 11111010 10111001 10100010 0 11010 100011 10 10000 1011010 1010001

Color Harmonies of #FAB9A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB9A2

Black with #FAB9A2

Text Example


Text Example

White with #FAB9A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB9A2; }

 p { color: rgb(250,185,162); }

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

background-color css

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

 a { background-color: rgb(250,185,162); }

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

border-color css

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

 span { border-color: rgb(250,185,162); }

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