#F09BDD

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

Shades of Lavender Rose #F09BDD

Tints of Lavender Rose #F09BDD

Color information

#F09BDD (or 0xF09BDD) is unknown color: approx Lavender Rose. HEX triplet: F0, 9B and DD. RGB value is (240,155,221). Sum of RGB (Red+Green+Blue) = 240+155+221=616 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.96% from 616); Green value is 155 (60.94% from 255 or 25.16% from 616); Blue value is 221 (86.72% from 255 or 35.88% from 616); Max value from RGB is 240 - color contains mainly: red. Hex color #F09BDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09BDD is #0F6422. Grayscale: #BBBBBB. Windows color (decimal): -1008675 or 14523376. OLE color: 14523376.

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

Color convert

RGB240155221-
CMYK00.350.080.06
HSL313.41º73.91%77.45%-
HSV(B)313.41º35.42%94.12%-
XYZ60.7147.1974.32-
YUV187.94146.66165.13-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.96%
GREEN value IS 155 (60.94% from 255) = 25.16%
BLUE value IS 221 (86.72% from 255) = 35.88%
R=38.96%
G=25.16%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24015522100.350.080.06313.4173.9177.45
HexF09BDD023861394a4d
Octal360233335043106471112115
Binary1111000010011011110111010100011100011010011100110010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F09BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F09BDD; }

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

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

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

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

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

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

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

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