#F2BF98

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

Shades of Mandys Pink #F2BF98

Tints of Mandys Pink #F2BF98

Color information

#F2BF98 (or 0xF2BF98) is unknown color: approx Mandys Pink. HEX triplet: F2, BF and 98. RGB value is (242,191,152). Sum of RGB (Red+Green+Blue) = 242+191+152=585 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.37% from 585); Green value is 191 (75% from 255 or 32.65% from 585); Blue value is 152 (59.77% from 255 or 25.98% from 585); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BF98 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2BF98 is #0D4067. Grayscale: #CACACA. Windows color (decimal): -868456 or 10010610. OLE color: 10010610.

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

Color convert

RGB242191152-
CMYK00.210.370.05
HSL26º77.59%77.25%-
HSV(B)26º37.19%94.9%-
XYZ60.9258.4137.77-
YUV201.899.9156.67-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 41.37%
GREEN value IS 191 (75% from 255) = 32.65%
BLUE value IS 152 (59.77% from 255) = 25.98%
R=41.37%
G=32.65%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.37
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24219115200.210.370.052677.5977.25
HexF2BF980152551a4e4d
Octal36227723002545532116115
Binary1111001010111111100110000101011001011011101010011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2BF98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2BF98; }

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

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

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

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

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

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

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

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