#F2B395

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

Shades of Mandys Pink #F2B395

Tints of Mandys Pink #F2B395

Color information

#F2B395 (or 0xF2B395) is unknown color: approx Mandys Pink. HEX triplet: F2, B3 and 95. RGB value is (242,179,149). Sum of RGB (Red+Green+Blue) = 242+179+149=570 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.46% from 570); Green value is 179 (70.31% from 255 or 31.40% from 570); Blue value is 149 (58.59% from 255 or 26.14% from 570); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B395 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2B395 is #0D4C6A. Grayscale: #C2C2C2. Windows color (decimal): -871531 or 9810930. OLE color: 9810930.

HSL color Cylindrical-coordinate representation of color #F2B395: hue angle of 19.35º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F2B395 is Cyan = 0, Magento = 0.26, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB242179149-
CMYK00.260.380.05
HSL19.35º78.15%76.67%-
HSV(B)19.35º38.43%94.9%-
XYZ58.1653.2935.65-
YUV194.42102.37161.94-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.46%
GREEN value IS 179 (70.31% from 255) = 31.40%
BLUE value IS 149 (58.59% from 255) = 26.14%
R=42.46%
G=31.40%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24217914900.260.380.0519.3578.1576.67
HexF2B39501A265134e4d
Octal36226322503246523116115
Binary1111001010110011100101010110101001101011001110011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B395; }

 p { color: rgb(242,179,149); }

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

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

 a { background-color: rgb(242,179,149); }

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

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

 span { border-color: rgb(242,179,149); }

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