#F0B4BB

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

Shades of Light Pink #F0B4BB

Tints of Light Pink #F0B4BB

Color information

#F0B4BB (or 0xF0B4BB) is unknown color: approx Light Pink. HEX triplet: F0, B4 and BB. RGB value is (240,180,187). Sum of RGB (Red+Green+Blue) = 240+180+187=607 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.54% from 607); Green value is 180 (70.70% from 255 or 29.65% from 607); Blue value is 187 (73.44% from 255 or 30.81% from 607); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B4BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0B4BB is #0F4B44. Grayscale: #C6C6C6. Windows color (decimal): -1002309 or 12301552. OLE color: 12301552.

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

Color convert

RGB240180187-
CMYK00.250.220.06
HSL353º66.67%82.35%-
HSV(B)353º25%94.12%-
XYZ61.2354.7654.36-
YUV198.74121.38157.43-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.54%
GREEN value IS 180 (70.70% from 255) = 29.65%
BLUE value IS 187 (73.44% from 255) = 30.81%
R=39.54%
G=29.65%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24018018700.250.220.0635366.6782.35
HexF0B4BB0191661614352
Octal360264273031266541103122
Binary1111000010110100101110110110011011011010110000110000111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0B4BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0B4BB; }

 p { color: rgb(240,180,187); }

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

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

 a { background-color: rgb(240,180,187); }

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

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

 span { border-color: rgb(240,180,187); }

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