#F2B499

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

Shades of Mandys Pink #F2B499

Tints of Mandys Pink #F2B499

Color information

#F2B499 (or 0xF2B499) is unknown color: approx Mandys Pink. HEX triplet: F2, B4 and 99. RGB value is (242,180,153). Sum of RGB (Red+Green+Blue) = 242+180+153=575 (76% of max value = 765). Red value is 242 (94.92% from 255 or 42.09% from 575); Green value is 180 (70.70% from 255 or 31.30% from 575); Blue value is 153 (60.16% from 255 or 26.61% from 575); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B499 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2B499 is #0D4B66. Grayscale: #C3C3C3. Windows color (decimal): -871271 or 10073330. OLE color: 10073330.

HSL color Cylindrical-coordinate representation of color #F2B499: hue angle of 18.2º degrees, saturation: 0.77, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F2B499 is Cyan = 0, Magento = 0.26, Yellow = 0.37 and Black (K on CMYK) = 0.05.

Color convert

RGB242180153-
CMYK00.260.370.05
HSL18.2º77.39%77.45%-
HSV(B)18.2º36.78%94.9%-
XYZ58.6953.8237.43-
YUV195.46104.04161.2-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.09%
GREEN value IS 180 (70.70% from 255) = 31.30%
BLUE value IS 153 (60.16% from 255) = 26.61%
R=42.09%
G=31.30%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.37
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24218015300.260.370.0518.277.3977.45
HexF2B49901A255124d4d
Octal36226423103245522115115
Binary1111001010110100100110010110101001011011001010011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B499; }

 p { color: rgb(242,180,153); }

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

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

 a { background-color: rgb(242,180,153); }

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

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

 span { border-color: rgb(242,180,153); }

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