#F59ADD

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

Shades of Lavender Rose #F59ADD

Tints of Lavender Rose #F59ADD

Color information

#F59ADD (or 0xF59ADD) is unknown color: approx Lavender Rose. HEX triplet: F5, 9A and DD. RGB value is (245,154,221). Sum of RGB (Red+Green+Blue) = 245+154+221=620 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.52% from 620); Green value is 154 (60.55% from 255 or 24.84% from 620); Blue value is 221 (86.72% from 255 or 35.65% from 620); Max value from RGB is 245 - color contains mainly: red. Hex color #F59ADD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F59ADD is #0A6522. Grayscale: #BCBCBC. Windows color (decimal): -681251 or 14523125. OLE color: 14523125.

HSL color Cylindrical-coordinate representation of color #F59ADD: hue angle of 315.82º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F59ADD is Cyan = 0, Magento = 0.37, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB245154221-
CMYK00.370.100.04
HSL315.82º81.98%78.24%-
HSV(B)315.82º37.14%96.08%-
XYZ62.2647.7474.34-
YUV188.85146.15168.05-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 39.52%
GREEN value IS 154 (60.55% from 255) = 24.84%
BLUE value IS 221 (86.72% from 255) = 35.65%
R=39.52%
G=24.84%
B=35.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.10
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24515422100.370.100.04315.8281.9878.24
HexF59ADD025A413c524e
Octal365232335045124474122116
Binary1111010110011010110111010100101101010010011110010100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F59ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F59ADD; }

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

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

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

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

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

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

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

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