#F0B1E7

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

Shades of Lavender Rose #F0B1E7

Tints of Lavender Rose #F0B1E7

Color information

#F0B1E7 (or 0xF0B1E7) is unknown color: approx Lavender Rose. HEX triplet: F0, B1 and E7. RGB value is (240,177,231). Sum of RGB (Red+Green+Blue) = 240+177+231=648 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.04% from 648); Green value is 177 (69.53% from 255 or 27.31% from 648); Blue value is 231 (90.62% from 255 or 35.65% from 648); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B1E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0B1E7 is #0F4E18. Grayscale: #C9C9C9. Windows color (decimal): -1003033 or 15184368. OLE color: 15184368.

HSL color Cylindrical-coordinate representation of color #F0B1E7: hue angle of 308.57º degrees, saturation: 0.68, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F0B1E7 is Cyan = 0, Magento = 0.26, Yellow = 0.04 and Black (K on CMYK) = 0.06.

Color convert

RGB240177231-
CMYK00.260.040.06
HSL308.57º67.74%81.76%-
HSV(B)308.57º26.25%94.12%-
XYZ66.0855.7482.88-
YUV201.99144.37155.11-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.04%
GREEN value IS 177 (69.53% from 255) = 27.31%
BLUE value IS 231 (90.62% from 255) = 35.65%
R=37.04%
G=27.31%
B=35.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.04
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24017723100.260.040.06308.5767.7481.76
HexF0B1E701A461354452
Octal36026134703246465104122
Binary11110000101100011110011101101010011010011010110001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0B1E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0B1E7; }

 p { color: rgb(240,177,231); }

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

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

 a { background-color: rgb(240,177,231); }

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

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

 span { border-color: rgb(240,177,231); }

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