#F2B4BA

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

Shades of Light Pink #F2B4BA

Tints of Light Pink #F2B4BA

Color information

#F2B4BA (or 0xF2B4BA) is unknown color: approx Light Pink. HEX triplet: F2, B4 and BA. RGB value is (242,180,186). Sum of RGB (Red+Green+Blue) = 242+180+186=608 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.80% from 608); Green value is 180 (70.70% from 255 or 29.61% from 608); Blue value is 186 (73.05% from 255 or 30.59% from 608); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B4BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2B4BA is #0D4B45. Grayscale: #C7C7C7. Windows color (decimal): -871238 or 12236018. OLE color: 12236018.

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

Color convert

RGB242180186-
CMYK00.260.230.05
HSL354.19º70.45%82.75%-
HSV(B)354.19º25.62%94.9%-
XYZ61.855.0653.83-
YUV199.22120.54158.51-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.80%
GREEN value IS 180 (70.70% from 255) = 29.61%
BLUE value IS 186 (73.05% from 255) = 30.59%
R=39.80%
G=29.61%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24218018600.260.230.05354.1970.4582.75
HexF2B4BA01A1751624653
Octal362264272032275542106123
Binary1111001010110100101110100110101011110110110001010001101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B4BA; }

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

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

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

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

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

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

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

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