#F09BE5

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

Shades of Lavender Rose #F09BE5

Tints of Lavender Rose #F09BE5

Color information

#F09BE5 (or 0xF09BE5) is unknown color: approx Lavender Rose. HEX triplet: F0, 9B and E5. RGB value is (240,155,229). Sum of RGB (Red+Green+Blue) = 240+155+229=624 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.46% from 624); Green value is 155 (60.94% from 255 or 24.84% from 624); Blue value is 229 (89.84% from 255 or 36.70% from 624); Max value from RGB is 240 - color contains mainly: red. Hex color #F09BE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09BE5 is #0F641A. Grayscale: #BCBCBC. Windows color (decimal): -1008667 or 15047664. OLE color: 15047664.

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

Color convert

RGB240155229-
CMYK00.350.050.06
HSL307.76º73.91%77.45%-
HSV(B)307.76º35.42%94.12%-
XYZ61.847.6380.06-
YUV188.85150.66164.48-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.46%
GREEN value IS 155 (60.94% from 255) = 24.84%
BLUE value IS 229 (89.84% from 255) = 36.70%
R=38.46%
G=24.84%
B=36.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24015522900.350.050.06307.7673.9177.45
HexF09BE5023561344a4d
Octal36023334504356464112115
Binary111100001001101111100101010001110111010011010010010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F09BE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F09BE5; }

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

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

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

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

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

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

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

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