#F0B6DA

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

Shades of Lavender Pink #F0B6DA

Tints of Lavender Pink #F0B6DA

Color information

#F0B6DA (or 0xF0B6DA) is unknown color: approx Lavender Pink. HEX triplet: F0, B6 and DA. RGB value is (240,182,218). Sum of RGB (Red+Green+Blue) = 240+182+218=640 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.5% from 640); Green value is 182 (71.48% from 255 or 28.44% from 640); Blue value is 218 (85.55% from 255 or 34.06% from 640); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B6DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0B6DA is #0F4925. Grayscale: #CBCBCB. Windows color (decimal): -1001766 or 14333680. OLE color: 14333680.

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

Color convert

RGB240182218-
CMYK00.240.090.06
HSL322.76º65.91%82.75%-
HSV(B)322.76º24.17%94.12%-
XYZ65.3257.0473.9-
YUV203.45136.22154.07-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.5%
GREEN value IS 182 (71.48% from 255) = 28.44%
BLUE value IS 218 (85.55% from 255) = 34.06%
R=37.5%
G=28.44%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24018221800.240.090.06322.7665.9182.75
HexF0B6DA018961434253
Octal360266332030116503102123
Binary111100001011011011011010011000100111010100001110000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0B6DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0B6DA; }

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

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

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

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

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

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

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

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