#F0B0E3

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

Shades of Lavender Rose #F0B0E3

Tints of Lavender Rose #F0B0E3

Color information

#F0B0E3 (or 0xF0B0E3) is unknown color: approx Lavender Rose. HEX triplet: F0, B0 and E3. RGB value is (240,176,227). Sum of RGB (Red+Green+Blue) = 240+176+227=643 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.33% from 643); Green value is 176 (69.14% from 255 or 27.37% from 643); Blue value is 227 (89.06% from 255 or 35.30% from 643); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B0E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0B0E3 is #0F4F1C. Grayscale: #C8C8C8. Windows color (decimal): -1003293 or 14921968. OLE color: 14921968.

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

Color convert

RGB240176227-
CMYK00.270.050.06
HSL312.19º68.09%81.57%-
HSV(B)312.19º26.67%94.12%-
XYZ65.3355.1279.87-
YUV200.95142.7155.85-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.33%
GREEN value IS 176 (69.14% from 255) = 27.37%
BLUE value IS 227 (89.06% from 255) = 35.30%
R=37.33%
G=27.37%
B=35.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24017622700.270.050.06312.1968.0981.57
HexF0B0E301B561384452
Octal36026034303356470104122
Binary11110000101100001110001101101110111010011100010001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0B0E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0B0E3; }

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

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

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

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

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

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

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

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