Html Css Color HEX #FAB7A1 Mandys Pink

📋 copy color: '#FAB7A1'

red 250 ◦ green 183 ◦ blue 161

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

Shades of Mandys Pink #FAB7A1

Tints of Mandys Pink #FAB7A1

RGB

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

 GREEN value IS 183 (71.88% from 255) = 30.81%

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

R = 42.09%
G = 30.81%
B = 27.1%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#FAB7A1 (or 0xFAB7A1) is known color: Mandys Pink. HEX triplet: FA, B7 and A1. RGB value is (250,183,161). Sum of RGB (Red+Green+Blue) = 250+183+161=594 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.09% from 594); Green value is 183 (71.88% from 255 or 30.81% from 594); Blue value is 161 (63.28% from 255 or 27.10% from 594); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB7A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAB7A1 is #05485E. Grayscale: #C8C8C8. Windows color (decimal): -346207 or 10598394. OLE color: 10598394.

HSL color Cylindrical-coordinate representation of color #FAB7A1: hue angle of 14.83º 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 #FAB7A1 is Cyan = 0, Magento = 0.27, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 183 161 -
CMYK 0 0.27 0.36 0.02
HSL 14.83º 0.9% 0.81% -
HSV(B) 14.83º 0.36% 0.98% -
XYZ 62.79 56.76 41.37 -
YUV 200.53 105.7 163.29 -
System Red Green Blue C M Y K H S L
Decimal 250 183 161 0 0.27 0.36 0.02 14.83 0.9 0.81
Hex FA B7 A1 0 1B 24 2 F 5A 51
Octal 372 267 241 0 33 44 2 17 132 121
Binary 11111010 10110111 10100001 0 11011 100100 10 1111 1011010 1010001

Color Harmonies of #FAB7A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB7A1

Black with #FAB7A1

Text Example


Text Example

White with #FAB7A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB7A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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