#F09DE5

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

Shades of Lavender Rose #F09DE5

Tints of Lavender Rose #F09DE5

Color information

#F09DE5 (or 0xF09DE5) is unknown color: approx Lavender Rose. HEX triplet: F0, 9D and E5. RGB value is (240,157,229). Sum of RGB (Red+Green+Blue) = 240+157+229=626 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.34% from 626); Green value is 157 (61.72% from 255 or 25.08% from 626); Blue value is 229 (89.84% from 255 or 36.58% from 626); Max value from RGB is 240 - color contains mainly: red. Hex color #F09DE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09DE5 is #0F621A. Grayscale: #BDBDBD. Windows color (decimal): -1008155 or 15048176. OLE color: 15048176.

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

Color convert

RGB240157229-
CMYK00.350.050.06
HSL307.95º73.45%77.84%-
HSV(B)307.95º34.58%94.12%-
XYZ62.1448.380.18-
YUV190.02150163.65-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.34%
GREEN value IS 157 (61.72% from 255) = 25.08%
BLUE value IS 229 (89.84% from 255) = 36.58%
R=38.34%
G=25.08%
B=36.58%

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
Decimal24015722900.350.050.06307.9573.4577.84
HexF09DE502356134494e
Octal36023534504356464111116
Binary111100001001110111100101010001110111010011010010010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F09DE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F09DE5; }

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

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

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

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

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

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

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

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