#F0B0DB

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

Shades of Lavender Rose #F0B0DB

Tints of Lavender Rose #F0B0DB

Color information

#F0B0DB (or 0xF0B0DB) is unknown color: approx Lavender Rose. HEX triplet: F0, B0 and DB. RGB value is (240,176,219). Sum of RGB (Red+Green+Blue) = 240+176+219=635 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.80% from 635); Green value is 176 (69.14% from 255 or 27.72% from 635); Blue value is 219 (85.94% from 255 or 34.49% from 635); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B0DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0B0DB is #0F4F24. Grayscale: #C7C7C7. Windows color (decimal): -1003301 or 14397680. OLE color: 14397680.

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

Color convert

RGB240176219-
CMYK00.270.090.06
HSL319.69º68.09%81.57%-
HSV(B)319.69º26.67%94.12%-
XYZ64.2554.6974.19-
YUV200.04138.7156.5-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.80%
GREEN value IS 176 (69.14% from 255) = 27.72%
BLUE value IS 219 (85.94% from 255) = 34.49%
R=37.80%
G=27.72%
B=34.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24017621900.270.090.06319.6968.0981.57
HexF0B0DB01B961404452
Octal360260333033116500104122
Binary111100001011000011011011011011100111010100000010001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0B0DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0B0DB; }

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

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

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

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

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

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

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

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