#F0B2BA

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

Shades of Light Pink #F0B2BA

Tints of Light Pink #F0B2BA

Color information

#F0B2BA (or 0xF0B2BA) is unknown color: approx Light Pink. HEX triplet: F0, B2 and BA. RGB value is (240,178,186). Sum of RGB (Red+Green+Blue) = 240+178+186=604 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.74% from 604); Green value is 178 (69.92% from 255 or 29.47% from 604); Blue value is 186 (73.05% from 255 or 30.79% from 604); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B2BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0B2BA is #0F4D45. Grayscale: #C5C5C5. Windows color (decimal): -1002822 or 12235504. OLE color: 12235504.

HSL color Cylindrical-coordinate representation of color #F0B2BA: hue angle of 352.26º degrees, saturation: 0.67, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F0B2BA is Cyan = 0, Magento = 0.26, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB240178186-
CMYK00.260.220.06
HSL352.26º67.39%81.96%-
HSV(B)352.26º25.83%94.12%-
XYZ60.7253.9153.66-
YUV197.45121.54158.35-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.74%
GREEN value IS 178 (69.92% from 255) = 29.47%
BLUE value IS 186 (73.05% from 255) = 30.79%
R=39.74%
G=29.47%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24017818600.260.220.06352.2667.3981.96
HexF0B2BA01A1661604352
Octal360262272032266540103122
Binary1111000010110010101110100110101011011010110000010000111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0B2BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0B2BA; }

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

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

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

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

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

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

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

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