#F0B6D9

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

Shades of Lavender Pink #F0B6D9

Tints of Lavender Pink #F0B6D9

Color information

#F0B6D9 (or 0xF0B6D9) is unknown color: approx Lavender Pink. HEX triplet: F0, B6 and D9. RGB value is (240,182,217). Sum of RGB (Red+Green+Blue) = 240+182+217=639 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.56% from 639); Green value is 182 (71.48% from 255 or 28.48% from 639); Blue value is 217 (85.16% from 255 or 33.96% from 639); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B6D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0B6D9 is #0F4926. Grayscale: #CBCBCB. Windows color (decimal): -1001767 or 14268144. OLE color: 14268144.

HSL color Cylindrical-coordinate representation of color #F0B6D9: hue angle of 323.79º degrees, saturation: 0.66, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F0B6D9 is Cyan = 0, Magento = 0.24, Yellow = 0.10 and Black (K on CMYK) = 0.06.

Color convert

RGB240182217-
CMYK00.240.100.06
HSL323.79º65.91%82.75%-
HSV(B)323.79º24.17%94.12%-
XYZ65.1956.9973.21-
YUV203.33135.72154.15-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.56%
GREEN value IS 182 (71.48% from 255) = 28.48%
BLUE value IS 217 (85.16% from 255) = 33.96%
R=37.56%
G=28.48%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.10
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24018221700.240.100.06323.7965.9182.75
HexF0B6D9018A61444253
Octal360266331030126504102123
Binary111100001011011011011001011000101011010100010010000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0B6D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0B6D9; }

 p { color: rgb(240,182,217); }

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

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

 a { background-color: rgb(240,182,217); }

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

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

 span { border-color: rgb(240,182,217); }

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