#F2B2BA

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

Shades of Light Pink #F2B2BA

Tints of Light Pink #F2B2BA

Color information

#F2B2BA (or 0xF2B2BA) is unknown color: approx Light Pink. HEX triplet: F2, B2 and BA. RGB value is (242,178,186). Sum of RGB (Red+Green+Blue) = 242+178+186=606 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.93% from 606); Green value is 178 (69.92% from 255 or 29.37% from 606); Blue value is 186 (73.05% from 255 or 30.69% from 606); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B2BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2B2BA is #0D4D45. Grayscale: #C6C6C6. Windows color (decimal): -871750 or 12235506. OLE color: 12235506.

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

Color convert

RGB242178186-
CMYK00.260.230.05
HSL352.5º71.11%82.35%-
HSV(B)352.5º26.45%94.9%-
XYZ61.454.2653.69-
YUV198.05121.2159.35-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.93%
GREEN value IS 178 (69.92% from 255) = 29.37%
BLUE value IS 186 (73.05% from 255) = 30.69%
R=39.93%
G=29.37%
B=30.69%

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
Decimal24217818600.260.230.05352.571.1182.35
HexF2B2BA01A1751604752
Octal362262272032275540107122
Binary1111001010110010101110100110101011110110110000010001111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B2BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B2BA; }

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

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

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

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

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

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

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

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