#F8BAA0

Color #F8BAA0 Mandys Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mandys Pink #F8BAA0

Tints of Mandys Pink #F8BAA0

Color information

#F8BAA0 (or 0xF8BAA0) is unknown color: approx Mandys Pink. HEX triplet: F8, BA and A0. RGB value is (248,186,160). Sum of RGB (Red+Green+Blue) = 248+186+160=594 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.75% from 594); Green value is 186 (73.05% from 255 or 31.31% from 594); Blue value is 160 (62.89% from 255 or 26.94% from 594); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BAA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8BAA0 is #07455F. Grayscale: #C9C9C9. Windows color (decimal): -476512 or 10533624. OLE color: 10533624.

HSL color Cylindrical-coordinate representation of color #F8BAA0: hue angle of 17.73º degrees, saturation: 0.86, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F8BAA0 is Cyan = 0, Magento = 0.25, Yellow = 0.35 and Black (K on CMYK) = 0.03.

Color convert

RGB248186160-
CMYK00.250.350.03
HSL17.73º86.27%80%-
HSV(B)17.73º35.48%97.25%-
XYZ62.6257.6141.08-
YUV201.57104.54161.11-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 41.75%
GREEN value IS 186 (73.05% from 255) = 31.31%
BLUE value IS 160 (62.89% from 255) = 26.94%
R=41.75%
G=31.31%
B=26.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.35
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24818616000.250.350.0317.7386.2780
HexF8BAA0019233125650
Octal37027224003143322126120
Binary111110001011101010100000011001100011111001010101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8BAA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8BAA0; }

 p { color: rgb(248,186,160); }

 H1.HeaderClassName
 {
   color: #F8BAA0;
 }
 .AnyTagClassName
 {
   color: #F8BAA0;
 }
</style>
background-color css

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

 a { background-color: rgb(248,186,160); }

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

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

 span { border-color: rgb(248,186,160); }

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