#F0B0ED

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

Shades of Lavender Rose #F0B0ED

Tints of Lavender Rose #F0B0ED

Color information

#F0B0ED (or 0xF0B0ED) is unknown color: approx Lavender Rose. HEX triplet: F0, B0 and ED. RGB value is (240,176,237). Sum of RGB (Red+Green+Blue) = 240+176+237=653 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.75% from 653); Green value is 176 (69.14% from 255 or 26.95% from 653); Blue value is 237 (92.97% from 255 or 36.29% from 653); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B0ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0B0ED is #0F4F12. Grayscale: #C9C9C9. Windows color (decimal): -1003283 or 15577328. OLE color: 15577328.

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

Color convert

RGB240176237-
CMYK00.270.010.06
HSL302.81º68.09%81.57%-
HSV(B)302.81º26.67%94.12%-
XYZ66.7555.6987.35-
YUV202.09147.7155.04-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.75%
GREEN value IS 176 (69.14% from 255) = 26.95%
BLUE value IS 237 (92.97% from 255) = 36.29%
R=36.75%
G=26.95%
B=36.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24017623700.270.010.06302.8168.0981.57
HexF0B0ED01B1612f4452
Octal36026035503316457104122
Binary111100001011000011101101011011111010010111110001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0B0ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0B0ED; }

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

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

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

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

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

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

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

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