#f0b498

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

Shades of Mandys Pink #F0B498

Tints of Mandys Pink #F0B498

Color information

#F0B498 (or 0xF0B498) is unknown color: approx Mandys Pink. HEX triplet: F0, B4 and 98. RGB value is (240,180,152). Sum of RGB (Red+Green+Blue) = 240+180+152=572 (75% of max value = 765). Red value is 240 (94.14% from 255 or 41.96% from 572); Green value is 180 (70.70% from 255 or 31.47% from 572); Blue value is 152 (59.77% from 255 or 26.57% from 572); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B498 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0B498 is #0F4B67. Grayscale: #C2C2C2. Windows color (decimal): -1002344 or 10007792. OLE color: 10007792.

HSL color Cylindrical-coordinate representation of color #F0B498: hue angle of 19.09º degrees, saturation: 0.75, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F0B498 is Cyan = 0, Magento = 0.25, Yellow = 0.37 and Black (K on CMYK) = 0.06.

Color convert

RGB240180152-
CMYK00.250.370.06
HSL19.09º74.58%76.86%-
HSV(B)19.09º36.67%94.12%-
XYZ57.9253.4336.97-
YUV194.75103.88160.28-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.96%
GREEN value IS 180 (70.70% from 255) = 31.47%
BLUE value IS 152 (59.77% from 255) = 26.57%
R=41.96%
G=31.47%
B=26.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.37
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24018015200.250.370.0619.0974.5876.86
HexF0B498019256134b4d
Octal36026423003145623113115
Binary1111000010110100100110000110011001011101001110010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f0b498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f0b498; }

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

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

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

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

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

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

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

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