#F0A4E6

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

Shades of Lavender Rose #F0A4E6

Tints of Lavender Rose #F0A4E6

Color information

#F0A4E6 (or 0xF0A4E6) is unknown color: approx Lavender Rose. HEX triplet: F0, A4 and E6. RGB value is (240,164,230). Sum of RGB (Red+Green+Blue) = 240+164+230=634 (83% of max value = 765). Red value is 240 (94.14% from 255 or 37.85% from 634); Green value is 164 (64.45% from 255 or 25.87% from 634); Blue value is 230 (90.23% from 255 or 36.28% from 634); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A4E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0A4E6 is #0F5B19. Grayscale: #C2C2C2. Windows color (decimal): -1006362 or 15115504. OLE color: 15115504.

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

Color convert

RGB240164230-
CMYK00.320.040.06
HSL307.89º71.7%79.22%-
HSV(B)307.89º31.67%94.12%-
XYZ63.4950.7981.32-
YUV194.25148.18160.63-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.85%
GREEN value IS 164 (64.45% from 255) = 25.87%
BLUE value IS 230 (90.23% from 255) = 36.28%
R=37.85%
G=25.87%
B=36.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.04
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24016423000.320.040.06307.8971.779.22
HexF0A4E602046134484f
Octal36024434604046464110117
Binary111100001010010011100110010000010011010011010010010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0A4E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0A4E6; }

 p { color: rgb(240,164,230); }

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

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

 a { background-color: rgb(240,164,230); }

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

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

 span { border-color: rgb(240,164,230); }

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