#F2B0BA

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

Shades of Light Pink #F2B0BA

Tints of Light Pink #F2B0BA

Color information

#F2B0BA (or 0xF2B0BA) is unknown color: approx Light Pink. HEX triplet: F2, B0 and BA. RGB value is (242,176,186). Sum of RGB (Red+Green+Blue) = 242+176+186=604 (80% of max value = 765). Red value is 242 (94.92% from 255 or 40.07% from 604); Green value is 176 (69.14% from 255 or 29.14% from 604); Blue value is 186 (73.05% from 255 or 30.79% from 604); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B0BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2B0BA is #0D4F45. Grayscale: #C4C4C4. Windows color (decimal): -872262 or 12234994. OLE color: 12234994.

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

Color convert

RGB242176186-
CMYK00.270.230.05
HSL350.91º71.74%81.96%-
HSV(B)350.91º27.27%94.9%-
XYZ61.0153.4753.56-
YUV196.87121.87160.19-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.07%
GREEN value IS 176 (69.14% from 255) = 29.14%
BLUE value IS 186 (73.05% from 255) = 30.79%
R=40.07%
G=29.14%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24217618600.270.230.05350.9171.7481.96
HexF2B0BA01B17515f4852
Octal362260272033275537110122
Binary1111001010110000101110100110111011110110101111110010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B0BA; }

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

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

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

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

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

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

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

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