#F2B498

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

Shades of Mandys Pink #F2B498

Tints of Mandys Pink #F2B498

Color information

#F2B498 (or 0xF2B498) is unknown color: approx Mandys Pink. HEX triplet: F2, B4 and 98. RGB value is (242,180,152). Sum of RGB (Red+Green+Blue) = 242+180+152=574 (76% of max value = 765). Red value is 242 (94.92% from 255 or 42.16% from 574); Green value is 180 (70.70% from 255 or 31.36% from 574); Blue value is 152 (59.77% from 255 or 26.48% from 574); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B498 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2B498 is #0D4B67. Grayscale: #C3C3C3. Windows color (decimal): -871272 or 10007794. OLE color: 10007794.

HSL color Cylindrical-coordinate representation of color #F2B498: hue angle of 18.67º degrees, saturation: 0.78, 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 #F2B498 is Cyan = 0, Magento = 0.26, Yellow = 0.37 and Black (K on CMYK) = 0.05.

Color convert

RGB242180152-
CMYK00.260.370.05
HSL18.67º77.59%77.25%-
HSV(B)18.67º37.19%94.9%-
XYZ58.6153.7937-
YUV195.35103.54161.28-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.16%
GREEN value IS 180 (70.70% from 255) = 31.36%
BLUE value IS 152 (59.77% from 255) = 26.48%
R=42.16%
G=31.36%
B=26.48%

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
Decimal24218015200.260.370.0518.6777.5977.25
HexF2B49801A255134e4d
Octal36226423003245523116115
Binary1111001010110100100110000110101001011011001110011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B498; }

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

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

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

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

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

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

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

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