Html Css Color HEX #FAB7A2 Mandys Pink

📋 copy color: '#FAB7A2'

red 250 ◦ green 183 ◦ blue 162

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

Shades of Mandys Pink #FAB7A2

Tints of Mandys Pink #FAB7A2

RGB

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

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

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

R = 42.02%
G = 30.76%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.35

 K value IS 0.02

RGB Variations

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

Color information

#FAB7A2 (or 0xFAB7A2) is known color: Mandys Pink. HEX triplet: FA, B7 and A2. RGB value is (250,183,162). Sum of RGB (Red+Green+Blue) = 250+183+162=595 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.02% from 595); Green value is 183 (71.88% from 255 or 30.76% from 595); Blue value is 162 (63.67% from 255 or 27.23% from 595); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB7A2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAB7A2 is #05485D. Grayscale: #C8C8C8. Windows color (decimal): -346206 or 10663930. OLE color: 10663930.

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

Color convert

RGB 250 183 162 -
CMYK 0 0.27 0.35 0.02
HSL 14.32º 0.9% 0.81% -
HSV(B) 14.32º 0.35% 0.98% -
XYZ 62.88 56.8 41.83 -
YUV 200.64 106.2 163.21 -
System Red Green Blue C M Y K H S L
Decimal 250 183 162 0 0.27 0.35 0.02 14.32 0.9 0.81
Hex FA B7 A2 0 1B 23 2 E 5A 51
Octal 372 267 242 0 33 43 2 16 132 121
Binary 11111010 10110111 10100010 0 11011 100011 10 1110 1011010 1010001

Color Harmonies of #FAB7A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB7A2

Black with #FAB7A2

Text Example


Text Example

White with #FAB7A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB7A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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