#F0A3E9

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

Shades of Lavender Rose #F0A3E9

Tints of Lavender Rose #F0A3E9

Color information

#F0A3E9 (or 0xF0A3E9) is unknown color: approx Lavender Rose. HEX triplet: F0, A3 and E9. RGB value is (240,163,233). Sum of RGB (Red+Green+Blue) = 240+163+233=636 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.74% from 636); Green value is 163 (64.06% from 255 or 25.63% from 636); Blue value is 233 (91.41% from 255 or 36.64% from 636); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A3E9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0A3E9 is #0F5C16. Grayscale: #C1C1C1. Windows color (decimal): -1006615 or 15311856. OLE color: 15311856.

HSL color Cylindrical-coordinate representation of color #F0A3E9: hue angle of 305.45º degrees, saturation: 0.72, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F0A3E9 is Cyan = 0, Magento = 0.32, Yellow = 0.03 and Black (K on CMYK) = 0.06.

Color convert

RGB240163233-
CMYK00.320.030.06
HSL305.45º71.96%79.02%-
HSV(B)305.45º32.08%94.12%-
XYZ63.7450.683.5-
YUV194150.01160.81-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.74%
GREEN value IS 163 (64.06% from 255) = 25.63%
BLUE value IS 233 (91.41% from 255) = 36.64%
R=37.74%
G=25.63%
B=36.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.03
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24016323300.320.030.06305.4571.9679.02
HexF0A3E902036131484f
Octal36024335104036461110117
Binary11110000101000111110100101000001111010011000110010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0A3E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0A3E9; }

 p { color: rgb(240,163,233); }

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

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

 a { background-color: rgb(240,163,233); }

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

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

 span { border-color: rgb(240,163,233); }

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