#F2B1B7

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

Shades of Light Pink #F2B1B7

Tints of Light Pink #F2B1B7

Color information

#F2B1B7 (or 0xF2B1B7) is unknown color: approx Light Pink. HEX triplet: F2, B1 and B7. RGB value is (242,177,183). Sum of RGB (Red+Green+Blue) = 242+177+183=602 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.20% from 602); Green value is 177 (69.53% from 255 or 29.40% from 602); Blue value is 183 (71.88% from 255 or 30.40% from 602); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B1B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2B1B7 is #0D4E48. Grayscale: #C5C5C5. Windows color (decimal): -872009 or 12038642. OLE color: 12038642.

HSL color Cylindrical-coordinate representation of color #F2B1B7: hue angle of 354.46º degrees, saturation: 0.71, 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 #F2B1B7 is Cyan = 0, Magento = 0.27, Yellow = 0.24 and Black (K on CMYK) = 0.05.

Color convert

RGB242177183-
CMYK00.270.240.05
HSL354.46º71.43%82.16%-
HSV(B)354.46º26.86%94.9%-
XYZ60.8953.7451.96-
YUV197.12120.03160.01-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.20%
GREEN value IS 177 (69.53% from 255) = 29.40%
BLUE value IS 183 (71.88% from 255) = 30.40%
R=40.20%
G=29.40%
B=30.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.24
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24217718300.270.240.05354.4671.4382.16
HexF2B1B701B1851624752
Octal362261267033305542107122
Binary1111001010110001101101110110111100010110110001010001111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B1B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B1B7; }

 p { color: rgb(242,177,183); }

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

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

 a { background-color: rgb(242,177,183); }

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

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

 span { border-color: rgb(242,177,183); }

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