#F09ADD

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

Shades of Lavender Rose #F09ADD

Tints of Lavender Rose #F09ADD

Color information

#F09ADD (or 0xF09ADD) is unknown color: approx Lavender Rose. HEX triplet: F0, 9A and DD. RGB value is (240,154,221). Sum of RGB (Red+Green+Blue) = 240+154+221=615 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.02% from 615); Green value is 154 (60.55% from 255 or 25.04% from 615); Blue value is 221 (86.72% from 255 or 35.93% from 615); Max value from RGB is 240 - color contains mainly: red. Hex color #F09ADD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09ADD is #0F6522. Grayscale: #BBBBBB. Windows color (decimal): -1008931 or 14523120. OLE color: 14523120.

HSL color Cylindrical-coordinate representation of color #F09ADD: hue angle of 313.26º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F09ADD is Cyan = 0, Magento = 0.36, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB240154221-
CMYK00.360.080.06
HSL313.26º74.14%77.25%-
HSV(B)313.26º35.83%94.12%-
XYZ60.5446.8674.26-
YUV187.35146.99165.55-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.02%
GREEN value IS 154 (60.55% from 255) = 25.04%
BLUE value IS 221 (86.72% from 255) = 35.93%
R=39.02%
G=25.04%
B=35.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24015422100.360.080.06313.2674.1477.25
HexF09ADD024861394a4d
Octal360232335044106471112115
Binary1111000010011010110111010100100100011010011100110010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F09ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F09ADD; }

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

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

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

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

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

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

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

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