#F19AED

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

Shades of Lavender Rose #F19AED

Tints of Lavender Rose #F19AED

Color information

#F19AED (or 0xF19AED) is unknown color: approx Lavender Rose. HEX triplet: F1, 9A and ED. RGB value is (241,154,237). Sum of RGB (Red+Green+Blue) = 241+154+237=632 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.13% from 632); Green value is 154 (60.55% from 255 or 24.37% from 632); Blue value is 237 (92.97% from 255 or 37.5% from 632); Max value from RGB is 241 - color contains mainly: red. Hex color #F19AED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F19AED is #0E6512. Grayscale: #BDBDBD. Windows color (decimal): -943379 or 15571697. OLE color: 15571697.

HSL color Cylindrical-coordinate representation of color #F19AED: hue angle of 302.76º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F19AED is Cyan = 0, Magento = 0.36, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB241154237-
CMYK00.360.020.05
HSL302.76º75.65%77.45%-
HSV(B)302.76º36.1%94.51%-
XYZ63.1247.9386.04-
YUV189.48154.82164.75-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.13%
GREEN value IS 154 (60.55% from 255) = 24.37%
BLUE value IS 237 (92.97% from 255) = 37.5%
R=38.13%
G=24.37%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115423700.360.020.05302.7675.6577.45
HexF19AED0242512f4c4d
Octal36123235504425457114115
Binary11110001100110101110110101001001010110010111110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19AED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19AED; }

 p { color: rgb(241,154,237); }

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

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

 a { background-color: rgb(241,154,237); }

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

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

 span { border-color: rgb(241,154,237); }

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