#F5A0ED

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

Shades of Lavender Rose #F5A0ED

Tints of Lavender Rose #F5A0ED

Color information

#F5A0ED (or 0xF5A0ED) is unknown color: approx Lavender Rose. HEX triplet: F5, A0 and ED. RGB value is (245,160,237). Sum of RGB (Red+Green+Blue) = 245+160+237=642 (85% of max value = 765). Red value is 245 (96.09% from 255 or 38.16% from 642); Green value is 160 (62.89% from 255 or 24.92% from 642); Blue value is 237 (92.97% from 255 or 36.92% from 642); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A0ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F5A0ED is #0A5F12. Grayscale: #C1C1C1. Windows color (decimal): -679699 or 15573237. OLE color: 15573237.

HSL color Cylindrical-coordinate representation of color #F5A0ED: hue angle of 305.65º degrees, saturation: 0.81, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F5A0ED is Cyan = 0, Magento = 0.35, Yellow = 0.03 and Black (K on CMYK) = 0.04.

Color convert

RGB245160237-
CMYK00.350.030.04
HSL305.65º80.95%79.41%-
HSV(B)305.65º34.69%96.08%-
XYZ65.5150.6786.45-
YUV194.19152.16164.24-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 38.16%
GREEN value IS 160 (62.89% from 255) = 24.92%
BLUE value IS 237 (92.97% from 255) = 36.92%
R=38.16%
G=24.92%
B=36.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.03
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24516023700.350.030.04305.6580.9579.41
HexF5A0ED02334132514f
Octal36524035504334462121117
Binary11110101101000001110110101000111110010011001010100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5A0ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5A0ED; }

 p { color: rgb(245,160,237); }

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

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

 a { background-color: rgb(245,160,237); }

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

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

 span { border-color: rgb(245,160,237); }

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