Html Css Color HEX #FAB8A0 Mandys Pink

📋 copy color: '#FAB8A0'

red 250 ◦ green 184 ◦ blue 160

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

Shades of Mandys Pink #FAB8A0

Tints of Mandys Pink #FAB8A0

RGB

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

 GREEN value IS 184 (72.27% from 255) = 30.98%

 BLUE value IS 160 (62.89% from 255) = 26.94%

R = 42.09%
G = 30.98%
B = 26.94%

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

#FAB8A0 (or 0xFAB8A0) is known color: Mandys Pink. HEX triplet: FA, B8 and A0. RGB value is (250,184,160). Sum of RGB (Red+Green+Blue) = 250+184+160=594 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.09% from 594); Green value is 184 (72.27% from 255 or 30.98% from 594); Blue value is 160 (62.89% from 255 or 26.94% from 594); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB8A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAB8A0 is #05475F. Grayscale: #C9C9C9. Windows color (decimal): -345952 or 10533114. OLE color: 10533114.

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

Color convert

RGB 250 184 160 -
CMYK 0 0.26 0.36 0.02
HSL 16º 0.9% 0.8% -
HSV(B) 16º 0.36% 0.98% -
XYZ 62.91 57.14 40.97 -
YUV 201 104.87 162.95 -
System Red Green Blue C M Y K H S L
Decimal 250 184 160 0 0.26 0.36 0.02 16 0.9 0.8
Hex FA B8 A0 0 1A 24 2 10 5A 50
Octal 372 270 240 0 32 44 2 20 132 120
Binary 11111010 10111000 10100000 0 11010 100100 10 10000 1011010 1010000

Color Harmonies of #FAB8A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB8A0

Black with #FAB8A0

Text Example


Text Example

White with #FAB8A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB8A0; }

 p { color: rgb(250,184,160); }

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

background-color css

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

 a { background-color: rgb(250,184,160); }

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

border-color css

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

 span { border-color: rgb(250,184,160); }

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