#F2B492

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

Shades of Mandys Pink #F2B492

Tints of Mandys Pink #F2B492

Color information

#F2B492 (or 0xF2B492) is unknown color: approx Mandys Pink. HEX triplet: F2, B4 and 92. RGB value is (242,180,146). Sum of RGB (Red+Green+Blue) = 242+180+146=568 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.61% from 568); Green value is 180 (70.70% from 255 or 31.69% from 568); Blue value is 146 (57.42% from 255 or 25.70% from 568); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B492 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2B492 is #0D4B6D. Grayscale: #C2C2C2. Windows color (decimal): -871278 or 9614578. OLE color: 9614578.

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

Color convert

RGB242180146-
CMYK00.260.400.05
HSL21.25º78.69%76.08%-
HSV(B)21.25º39.67%94.9%-
XYZ58.1353.634.48-
YUV194.66100.54161.76-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.61%
GREEN value IS 180 (70.70% from 255) = 31.69%
BLUE value IS 146 (57.42% from 255) = 25.70%
R=42.61%
G=31.69%
B=25.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.40
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24218014600.260.400.0521.2578.6976.08
HexF2B49201A285154f4c
Octal36226422203250525117114
Binary1111001010110100100100100110101010001011010110011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B492; }

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

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

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

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

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

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

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

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