#F09DE6

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

Shades of Lavender Rose #F09DE6

Tints of Lavender Rose #F09DE6

Color information

#F09DE6 (or 0xF09DE6) is unknown color: approx Lavender Rose. HEX triplet: F0, 9D and E6. RGB value is (240,157,230). Sum of RGB (Red+Green+Blue) = 240+157+230=627 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.28% from 627); Green value is 157 (61.72% from 255 or 25.04% from 627); Blue value is 230 (90.23% from 255 or 36.68% from 627); Max value from RGB is 240 - color contains mainly: red. Hex color #F09DE6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F09DE6 is #0F6219. Grayscale: #BDBDBD. Windows color (decimal): -1008154 or 15113712. OLE color: 15113712.

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

Color convert

RGB240157230-
CMYK00.350.040.06
HSL307.23º73.45%77.84%-
HSV(B)307.23º34.58%94.12%-
XYZ62.2848.3580.91-
YUV190.14150.5163.56-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.28%
GREEN value IS 157 (61.72% from 255) = 25.04%
BLUE value IS 230 (90.23% from 255) = 36.68%
R=38.28%
G=25.04%
B=36.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.04
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24015723000.350.040.06307.2373.4577.84
HexF09DE602346133494e
Octal36023534604346463111116
Binary111100001001110111100110010001110011010011001110010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F09DE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F09DE6; }

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

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

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

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

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

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

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

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