#f2b798

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

Shades of Mandys Pink #F2B798

Tints of Mandys Pink #F2B798

Color information

#F2B798 (or 0xF2B798) is unknown color: approx Mandys Pink. HEX triplet: F2, B7 and 98. RGB value is (242,183,152). Sum of RGB (Red+Green+Blue) = 242+183+152=577 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.94% from 577); Green value is 183 (71.88% from 255 or 31.72% from 577); Blue value is 152 (59.77% from 255 or 26.34% from 577); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B798 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2B798 is #0D4867. Grayscale: #C5C5C5. Windows color (decimal): -870504 or 10008562. OLE color: 10008562.

HSL color Cylindrical-coordinate representation of color #F2B798: hue angle of 20.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 #F2B798 is Cyan = 0, Magento = 0.24, Yellow = 0.37 and Black (K on CMYK) = 0.05.

Color convert

RGB242183152-
CMYK00.240.370.05
HSL20.67º77.59%77.25%-
HSV(B)20.67º37.19%94.9%-
XYZ59.2255.0137.2-
YUV197.11102.55160.02-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 41.94%
GREEN value IS 183 (71.88% from 255) = 31.72%
BLUE value IS 152 (59.77% from 255) = 26.34%
R=41.94%
G=31.72%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.37
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24218315200.240.370.0520.6777.5977.25
HexF2B798018255154e4d
Octal36226723003045525116115
Binary1111001010110111100110000110001001011011010110011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f2b798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f2b798; }

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

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

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

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

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

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

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

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