#F2B289

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

Shades of Mandys Pink #F2B289

Tints of Mandys Pink #F2B289

Color information

#F2B289 (or 0xF2B289) is unknown color: approx Mandys Pink. HEX triplet: F2, B2 and 89. RGB value is (242,178,137). Sum of RGB (Red+Green+Blue) = 242+178+137=557 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.45% from 557); Green value is 178 (69.92% from 255 or 31.96% from 557); Blue value is 137 (53.91% from 255 or 24.60% from 557); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B289 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2B289 is #0D4D76. Grayscale: #C0C0C0. Windows color (decimal): -871799 or 9024242. OLE color: 9024242.

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

Color convert

RGB242178137-
CMYK00.260.430.05
HSL23.43º80.15%74.31%-
HSV(B)23.43º43.39%94.9%-
XYZ57.0552.5230.8-
YUV192.4696.7163.33-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 43.45%
GREEN value IS 178 (69.92% from 255) = 31.96%
BLUE value IS 137 (53.91% from 255) = 24.60%
R=43.45%
G=31.96%
B=24.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24217813700.260.430.0523.4380.1574.31
HexF2B28901A2B517504a
Octal36226221103253527120112
Binary1111001010110010100010010110101010111011011110100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B289; }

 p { color: rgb(242,178,137); }

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

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

 a { background-color: rgb(242,178,137); }

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

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

 span { border-color: rgb(242,178,137); }

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