#F2B5BE

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

Shades of Light Pink #F2B5BE

Tints of Light Pink #F2B5BE

Color information

#F2B5BE (or 0xF2B5BE) is unknown color: approx Light Pink. HEX triplet: F2, B5 and BE. RGB value is (242,181,190). Sum of RGB (Red+Green+Blue) = 242+181+190=613 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.48% from 613); Green value is 181 (71.09% from 255 or 29.53% from 613); Blue value is 190 (74.61% from 255 or 31.00% from 613); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B5BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2B5BE is #0D4A41. Grayscale: #C8C8C8. Windows color (decimal): -870978 or 12498418. OLE color: 12498418.

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

Color convert

RGB242181190-
CMYK00.250.210.05
HSL351.15º70.11%82.94%-
HSV(B)351.15º25.21%94.9%-
XYZ62.4455.6456.16-
YUV200.26122.21157.77-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.48%
GREEN value IS 181 (71.09% from 255) = 29.53%
BLUE value IS 190 (74.61% from 255) = 31.00%
R=39.48%
G=29.53%
B=31.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24218119000.250.210.05351.1570.1182.94
HexF2B5BE01915515f4653
Octal362265276031255537106123
Binary1111001010110101101111100110011010110110101111110001101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B5BE; }

 p { color: rgb(242,181,190); }

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

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

 a { background-color: rgb(242,181,190); }

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

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

 span { border-color: rgb(242,181,190); }

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