#F5B198

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

Shades of Mandys Pink #F5B198

Tints of Mandys Pink #F5B198

Color information

#F5B198 (or 0xF5B198) is unknown color: approx Mandys Pink. HEX triplet: F5, B1 and 98. RGB value is (245,177,152). Sum of RGB (Red+Green+Blue) = 245+177+152=574 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.68% from 574); Green value is 177 (69.53% from 255 or 30.84% from 574); Blue value is 152 (59.77% from 255 or 26.48% from 574); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B198 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5B198 is #0A4E67. Grayscale: #C2C2C2. Windows color (decimal): -675432 or 10007029. OLE color: 10007029.

HSL color Cylindrical-coordinate representation of color #F5B198: hue angle of 16.13º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F5B198 is Cyan = 0, Magento = 0.28, Yellow = 0.38 and Black (K on CMYK) = 0.04.

Color convert

RGB245177152-
CMYK00.280.380.04
HSL16.13º82.3%77.84%-
HSV(B)16.13º37.96%96.08%-
XYZ59.0553.1236.85-
YUV194.48104.03164.03-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 42.68%
GREEN value IS 177 (69.53% from 255) = 30.84%
BLUE value IS 152 (59.77% from 255) = 26.48%
R=42.68%
G=30.84%
B=26.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.38
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24517715200.280.380.0416.1382.377.84
HexF5B19801C26410524e
Octal36526123003446420122116
Binary1111010110110001100110000111001001101001000010100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5B198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5B198; }

 p { color: rgb(245,177,152); }

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

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

 a { background-color: rgb(245,177,152); }

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

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

 span { border-color: rgb(245,177,152); }

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