#F2B0B7

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

Shades of Light Pink #F2B0B7

Tints of Light Pink #F2B0B7

Color information

#F2B0B7 (or 0xF2B0B7) is unknown color: approx Light Pink. HEX triplet: F2, B0 and B7. RGB value is (242,176,183). Sum of RGB (Red+Green+Blue) = 242+176+183=601 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.27% from 601); Green value is 176 (69.14% from 255 or 29.28% from 601); Blue value is 183 (71.88% from 255 or 30.45% from 601); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B0B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2B0B7 is #0D4F48. Grayscale: #C4C4C4. Windows color (decimal): -872265 or 12038386. OLE color: 12038386.

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

Color convert

RGB242176183-
CMYK00.270.240.05
HSL353.64º71.74%81.96%-
HSV(B)353.64º27.27%94.9%-
XYZ60.6953.3551.9-
YUV196.53120.37160.43-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.27%
GREEN value IS 176 (69.14% from 255) = 29.28%
BLUE value IS 183 (71.88% from 255) = 30.45%
R=40.27%
G=29.28%
B=30.45%

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
Decimal24217618300.270.240.05353.6471.7481.96
HexF2B0B701B1851624852
Octal362260267033305542110122
Binary1111001010110000101101110110111100010110110001010010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B0B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B0B7; }

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

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

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

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

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

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

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

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