#F2B89A

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

Shades of Mandys Pink #F2B89A

Tints of Mandys Pink #F2B89A

Color information

#F2B89A (or 0xF2B89A) is unknown color: approx Mandys Pink. HEX triplet: F2, B8 and 9A. RGB value is (242,184,154). Sum of RGB (Red+Green+Blue) = 242+184+154=580 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.72% from 580); Green value is 184 (72.27% from 255 or 31.72% from 580); Blue value is 154 (60.55% from 255 or 26.55% from 580); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B89A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2B89A is #0D4765. Grayscale: #C6C6C6. Windows color (decimal): -870246 or 10139890. OLE color: 10139890.

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

Color convert

RGB242184154-
CMYK00.240.360.05
HSL20.45º77.19%77.65%-
HSV(B)20.45º36.36%94.9%-
XYZ59.5955.4938.14-
YUV197.92103.22159.44-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 41.72%
GREEN value IS 184 (72.27% from 255) = 31.72%
BLUE value IS 154 (60.55% from 255) = 26.55%
R=41.72%
G=31.72%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.36
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24218415400.240.360.0520.4577.1977.65
HexF2B89A018245144d4e
Octal36227023203044524115116
Binary1111001010111000100110100110001001001011010010011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B89A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B89A; }

 p { color: rgb(242,184,154); }

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

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

 a { background-color: rgb(242,184,154); }

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

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

 span { border-color: rgb(242,184,154); }

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