#F2BB8F

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

Shades of Mandys Pink #F2BB8F

Tints of Mandys Pink #F2BB8F

Color information

#F2BB8F (or 0xF2BB8F) is unknown color: approx Mandys Pink. HEX triplet: F2, BB and 8F. RGB value is (242,187,143). Sum of RGB (Red+Green+Blue) = 242+187+143=572 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.31% from 572); Green value is 187 (73.44% from 255 or 32.69% from 572); Blue value is 143 (56.25% from 255 or 25% from 572); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BB8F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2BB8F is #0D4470. Grayscale: #C6C6C6. Windows color (decimal): -869489 or 9419762. OLE color: 9419762.

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

Color convert

RGB242187143-
CMYK00.230.410.05
HSL26.67º79.2%75.49%-
HSV(B)26.67º40.91%94.9%-
XYZ59.3556.433.75-
YUV198.4396.72159.08-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.31%
GREEN value IS 187 (73.44% from 255) = 32.69%
BLUE value IS 143 (56.25% from 255) = 25%
R=42.31%
G=32.69%
B=25%

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
Decimal24218714300.230.410.0526.6779.275.49
HexF2BB8F0172951b4f4b
Octal36227321702751533117113
Binary1111001010111011100011110101111010011011101110011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2BB8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2BB8F; }

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

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

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

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

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

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

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

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