#F0B9D7

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

Shades of Lavender Pink #F0B9D7

Tints of Lavender Pink #F0B9D7

Color information

#F0B9D7 (or 0xF0B9D7) is unknown color: approx Lavender Pink. HEX triplet: F0, B9 and D7. RGB value is (240,185,215). Sum of RGB (Red+Green+Blue) = 240+185+215=640 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.5% from 640); Green value is 185 (72.66% from 255 or 28.91% from 640); Blue value is 215 (84.38% from 255 or 33.59% from 640); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B9D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0B9D7 is #0F4628. Grayscale: #CCCCCC. Windows color (decimal): -1001001 or 14137840. OLE color: 14137840.

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

Color convert

RGB240185215-
CMYK00.230.100.06
HSL327.27º64.71%83.33%-
HSV(B)327.27º22.92%94.12%-
XYZ65.5558.1372.06-
YUV204.86133.72153.06-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.5%
GREEN value IS 185 (72.66% from 255) = 28.91%
BLUE value IS 215 (84.38% from 255) = 33.59%
R=37.5%
G=28.91%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.10
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24018521500.230.100.06327.2764.7183.33
HexF0B9D7017A61474153
Octal360271327027126507101123
Binary111100001011100111010111010111101011010100011110000011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0B9D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0B9D7; }

 p { color: rgb(240,185,215); }

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

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

 a { background-color: rgb(240,185,215); }

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

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

 span { border-color: rgb(240,185,215); }

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