#F6BA99

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

Shades of Mandys Pink #F6BA99

Tints of Mandys Pink #F6BA99

Color information

#F6BA99 (or 0xF6BA99) is unknown color: approx Mandys Pink. HEX triplet: F6, BA and 99. RGB value is (246,186,153). Sum of RGB (Red+Green+Blue) = 246+186+153=585 (77% of max value = 765). Red value is 246 (96.48% from 255 or 42.05% from 585); Green value is 186 (73.05% from 255 or 31.79% from 585); Blue value is 153 (60.16% from 255 or 26.15% from 585); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BA99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6BA99 is #094566. Grayscale: #C8C8C8. Windows color (decimal): -607591 or 10074870. OLE color: 10074870.

HSL color Cylindrical-coordinate representation of color #F6BA99: hue angle of 21.29º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F6BA99 is Cyan = 0, Magento = 0.24, Yellow = 0.38 and Black (K on CMYK) = 0.04.

Color convert

RGB246186153-
CMYK00.240.380.04
HSL21.29º83.78%78.24%-
HSV(B)21.29º37.8%96.47%-
XYZ61.3157.0137.91-
YUV200.18101.38160.68-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 42.05%
GREEN value IS 186 (73.05% from 255) = 31.79%
BLUE value IS 153 (60.16% from 255) = 26.15%
R=42.05%
G=31.79%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.38
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24618615300.240.380.0421.2983.7878.24
HexF6BA9901826415544e
Octal36627223103046425124116
Binary1111011010111010100110010110001001101001010110101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6BA99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6BA99; }

 p { color: rgb(246,186,153); }

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

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

 a { background-color: rgb(246,186,153); }

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

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

 span { border-color: rgb(246,186,153); }

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