#F0B5D9

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

Shades of Lavender Pink #F0B5D9

Tints of Lavender Pink #F0B5D9

Color information

#F0B5D9 (or 0xF0B5D9) is unknown color: approx Lavender Pink. HEX triplet: F0, B5 and D9. RGB value is (240,181,217). Sum of RGB (Red+Green+Blue) = 240+181+217=638 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.62% from 638); Green value is 181 (71.09% from 255 or 28.37% from 638); Blue value is 217 (85.16% from 255 or 34.01% from 638); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B5D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0B5D9 is #0F4A26. Grayscale: #CACACA. Windows color (decimal): -1002023 or 14267888. OLE color: 14267888.

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

Color convert

RGB240181217-
CMYK00.250.100.06
HSL323.39º66.29%82.55%-
HSV(B)323.39º24.58%94.12%-
XYZ64.9856.5873.14-
YUV202.74136.05154.57-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.62%
GREEN value IS 181 (71.09% from 255) = 28.37%
BLUE value IS 217 (85.16% from 255) = 34.01%
R=37.62%
G=28.37%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.10
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24018121700.250.100.06323.3966.2982.55
HexF0B5D9019A61434253
Octal360265331031126503102123
Binary111100001011010111011001011001101011010100001110000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0B5D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0B5D9; }

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

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

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

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

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

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

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

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