#f0b0cb

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

Shades of Lavender Pink #F0B0CB

Tints of Lavender Pink #F0B0CB

Color information

#F0B0CB (or 0xF0B0CB) is unknown color: approx Lavender Pink. HEX triplet: F0, B0 and CB. RGB value is (240,176,203). Sum of RGB (Red+Green+Blue) = 240+176+203=619 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.77% from 619); Green value is 176 (69.14% from 255 or 28.43% from 619); Blue value is 203 (79.69% from 255 or 32.79% from 619); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B0CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0B0CB is #0F4F34. Grayscale: #C6C6C6. Windows color (decimal): -1003317 or 13349104. OLE color: 13349104.

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

Color convert

RGB240176203-
CMYK00.270.150.06
HSL334.69º68.09%81.57%-
HSV(B)334.69º26.67%94.12%-
XYZ62.2453.8963.62-
YUV198.21130.7157.8-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.77%
GREEN value IS 176 (69.14% from 255) = 28.43%
BLUE value IS 203 (79.69% from 255) = 32.79%
R=38.77%
G=28.43%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24017620300.270.150.06334.6968.0981.57
HexF0B0CB01BF614f4452
Octal360260313033176517104122
Binary111100001011000011001011011011111111010100111110001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f0b0cb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f0b0cb; }

 p { color: rgb(240,176,203); }

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

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

 a { background-color: rgb(240,176,203); }

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

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

 span { border-color: rgb(240,176,203); }

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