#F19ADD

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

Shades of Lavender Rose #F19ADD

Tints of Lavender Rose #F19ADD

Color information

#F19ADD (or 0xF19ADD) is unknown color: approx Lavender Rose. HEX triplet: F1, 9A and DD. RGB value is (241,154,221). Sum of RGB (Red+Green+Blue) = 241+154+221=616 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.12% from 616); Green value is 154 (60.55% from 255 or 25% from 616); Blue value is 221 (86.72% from 255 or 35.88% from 616); Max value from RGB is 241 - color contains mainly: red. Hex color #F19ADD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F19ADD is #0E6522. Grayscale: #BBBBBB. Windows color (decimal): -943395 or 14523121. OLE color: 14523121.

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

Color convert

RGB241154221-
CMYK00.360.080.05
HSL313.79º75.65%77.45%-
HSV(B)313.79º36.1%94.51%-
XYZ60.8847.0374.28-
YUV187.65146.82166.05-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.12%
GREEN value IS 154 (60.55% from 255) = 25%
BLUE value IS 221 (86.72% from 255) = 35.88%
R=39.12%
G=25%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115422100.360.080.05313.7975.6577.45
HexF19ADD0248513a4c4d
Octal361232335044105472114115
Binary1111000110011010110111010100100100010110011101010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19ADD; }

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

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

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

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

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

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

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

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