Html Css Color HEX #FAB9A1 Mandys Pink

📋 copy color: '#FAB9A1'

red 250 ◦ green 185 ◦ blue 161

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

Shades of Mandys Pink #FAB9A1

Tints of Mandys Pink #FAB9A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 27.01%

R = 41.95%
G = 31.04%
B = 27.01%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#FAB9A1 (or 0xFAB9A1) is known color: Mandys Pink. HEX triplet: FA, B9 and A1. RGB value is (250,185,161). Sum of RGB (Red+Green+Blue) = 250+185+161=596 (78% of max value = 765). Red value is 250 (98.05% from 255 or 41.95% from 596); Green value is 185 (72.66% from 255 or 31.04% from 596); Blue value is 161 (63.28% from 255 or 27.01% from 596); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB9A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAB9A1 is #05465E. Grayscale: #C9C9C9. Windows color (decimal): -345695 or 10598906. OLE color: 10598906.

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

Color convert

RGB 250 185 161 -
CMYK 0 0.26 0.36 0.02
HSL 16.18º 0.9% 0.81% -
HSV(B) 16.18º 0.36% 0.98% -
XYZ 63.21 57.6 41.5 -
YUV 201.7 105.03 162.45 -
System Red Green Blue C M Y K H S L
Decimal 250 185 161 0 0.26 0.36 0.02 16.18 0.9 0.81
Hex FA B9 A1 0 1A 24 2 10 5A 51
Octal 372 271 241 0 32 44 2 20 132 121
Binary 11111010 10111001 10100001 0 11010 100100 10 10000 1011010 1010001

Color Harmonies of #FAB9A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB9A1

Black with #FAB9A1

Text Example


Text Example

White with #FAB9A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB9A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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