#F2BA8F

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

Shades of Mandys Pink #F2BA8F

Tints of Mandys Pink #F2BA8F

Color information

#F2BA8F (or 0xF2BA8F) is unknown color: approx Mandys Pink. HEX triplet: F2, BA and 8F. RGB value is (242,186,143). Sum of RGB (Red+Green+Blue) = 242+186+143=571 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.38% from 571); Green value is 186 (73.05% from 255 or 32.57% from 571); Blue value is 143 (56.25% from 255 or 25.04% from 571); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BA8F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2BA8F is #0D4570. Grayscale: #C6C6C6. Windows color (decimal): -869745 or 9419506. OLE color: 9419506.

HSL color Cylindrical-coordinate representation of color #F2BA8F: hue angle of 26.06º degrees, saturation: 0.79, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F2BA8F is Cyan = 0, Magento = 0.23, Yellow = 0.41 and Black (K on CMYK) = 0.05.

Color convert

RGB242186143-
CMYK00.230.410.05
HSL26.06º79.2%75.49%-
HSV(B)26.06º40.91%94.9%-
XYZ59.1355.9833.67-
YUV197.8497.05159.5-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.38%
GREEN value IS 186 (73.05% from 255) = 32.57%
BLUE value IS 143 (56.25% from 255) = 25.04%
R=42.38%
G=32.57%
B=25.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.41
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24218614300.230.410.0526.0679.275.49
HexF2BA8F0172951a4f4b
Octal36227221702751532117113
Binary1111001010111010100011110101111010011011101010011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2BA8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2BA8F; }

 p { color: rgb(242,186,143); }

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

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

 a { background-color: rgb(242,186,143); }

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

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

 span { border-color: rgb(242,186,143); }

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