#F09BDA

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

Shades of Lavender Rose #F09BDA

Tints of Lavender Rose #F09BDA

Color information

#F09BDA (or 0xF09BDA) is unknown color: approx Lavender Rose. HEX triplet: F0, 9B and DA. RGB value is (240,155,218). Sum of RGB (Red+Green+Blue) = 240+155+218=613 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.15% from 613); Green value is 155 (60.94% from 255 or 25.29% from 613); Blue value is 218 (85.55% from 255 or 35.56% from 613); Max value from RGB is 240 - color contains mainly: red. Hex color #F09BDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09BDA is #0F6425. Grayscale: #BBBBBB. Windows color (decimal): -1008678 or 14326768. OLE color: 14326768.

HSL color Cylindrical-coordinate representation of color #F09BDA: hue angle of 315.53º 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 #F09BDA is Cyan = 0, Magento = 0.35, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB240155218-
CMYK00.350.090.06
HSL315.53º73.91%77.45%-
HSV(B)315.53º35.42%94.12%-
XYZ60.3147.0372.23-
YUV187.6145.16165.38-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.15%
GREEN value IS 155 (60.94% from 255) = 25.29%
BLUE value IS 218 (85.55% from 255) = 35.56%
R=39.15%
G=25.29%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24015521800.350.090.06315.5373.9177.45
HexF09BDA0239613c4a4d
Octal360233332043116474112115
Binary1111000010011011110110100100011100111010011110010010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F09BDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F09BDA; }

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

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

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

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

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

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

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

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