#F2BBA2

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

Shades of Mandys Pink #F2BBA2

Tints of Mandys Pink #F2BBA2

Color information

#F2BBA2 (or 0xF2BBA2) is unknown color: approx Mandys Pink. HEX triplet: F2, BB and A2. RGB value is (242,187,162). Sum of RGB (Red+Green+Blue) = 242+187+162=591 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.95% from 591); Green value is 187 (73.44% from 255 or 31.64% from 591); Blue value is 162 (63.67% from 255 or 27.41% from 591); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BBA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2BBA2 is #0D445D. Grayscale: #C8C8C8. Windows color (decimal): -869470 or 10664946. OLE color: 10664946.

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

Color convert

RGB242187162-
CMYK00.230.330.05
HSL18.75º75.47%79.22%-
HSV(B)18.75º33.06%94.9%-
XYZ60.9157.0341.98-
YUV200.6106.22157.53-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.95%
GREEN value IS 187 (73.44% from 255) = 31.64%
BLUE value IS 162 (63.67% from 255) = 27.41%
R=40.95%
G=31.64%
B=27.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.33
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24218716200.230.330.0518.7575.4779.22
HexF2BBA2017215134b4f
Octal36227324202741523113117
Binary1111001010111011101000100101111000011011001110010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2BBA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2BBA2; }

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

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

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

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

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

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

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

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