Html Css Color HEX #FAB9A3 Mandys Pink

📋 copy color: '#FAB9A3'

red 250 ◦ green 185 ◦ blue 163

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

Shades of Mandys Pink #FAB9A3

Tints of Mandys Pink #FAB9A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 27.26%

R = 41.81%
G = 30.94%
B = 27.26%

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

#FAB9A3 (or 0xFAB9A3) is known color: Mandys Pink. HEX triplet: FA, B9 and A3. RGB value is (250,185,163). Sum of RGB (Red+Green+Blue) = 250+185+163=598 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.81% from 598); Green value is 185 (72.66% from 255 or 30.94% from 598); Blue value is 163 (64.06% from 255 or 27.26% from 598); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB9A3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAB9A3 is #05465C. Grayscale: #CACACA. Windows color (decimal): -345693 or 10729978. OLE color: 10729978.

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

Color convert

RGB 250 185 163 -
CMYK 0 0.26 0.35 0.02
HSL 15.17º 0.9% 0.81% -
HSV(B) 15.17º 0.35% 0.98% -
XYZ 63.38 57.67 42.44 -
YUV 201.93 106.03 162.29 -
System Red Green Blue C M Y K H S L
Decimal 250 185 163 0 0.26 0.35 0.02 15.17 0.9 0.81
Hex FA B9 A3 0 1A 23 2 F 5A 51
Octal 372 271 243 0 32 43 2 17 132 121
Binary 11111010 10111001 10100011 0 11010 100011 10 1111 1011010 1010001

Color Harmonies of #FAB9A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB9A3

Black with #FAB9A3

Text Example


Text Example

White with #FAB9A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB9A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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