Html Css Color HEX #FAB6A1 Mandys Pink

📋 copy color: '#FAB6A1'

red 250 ◦ green 182 ◦ blue 161

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

Shades of Mandys Pink #FAB6A1

Tints of Mandys Pink #FAB6A1

RGB

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

 GREEN value IS 182 (71.48% from 255) = 30.69%

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

R = 42.16%
G = 30.69%
B = 27.15%

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

#FAB6A1 (or 0xFAB6A1) is known color: Mandys Pink. HEX triplet: FA, B6 and A1. RGB value is (250,182,161). Sum of RGB (Red+Green+Blue) = 250+182+161=593 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.16% from 593); Green value is 182 (71.48% from 255 or 30.69% from 593); Blue value is 161 (63.28% from 255 or 27.15% from 593); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB6A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAB6A1 is #05495E. Grayscale: #C8C8C8. Windows color (decimal): -346463 or 10598138. OLE color: 10598138.

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

Color convert

RGB 250 182 161 -
CMYK 0 0.27 0.36 0.02
HSL 14.16º 0.9% 0.81% -
HSV(B) 14.16º 0.36% 0.98% -
XYZ 62.59 56.35 41.3 -
YUV 199.94 106.03 163.71 -
System Red Green Blue C M Y K H S L
Decimal 250 182 161 0 0.27 0.36 0.02 14.16 0.9 0.81
Hex FA B6 A1 0 1B 24 2 E 5A 51
Octal 372 266 241 0 33 44 2 16 132 121
Binary 11111010 10110110 10100001 0 11011 100100 10 1110 1011010 1010001

Color Harmonies of #FAB6A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB6A1

Black with #FAB6A1

Text Example


Text Example

White with #FAB6A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB6A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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