#F09DE0

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

Shades of Lavender Rose #F09DE0

Tints of Lavender Rose #F09DE0

Color information

#F09DE0 (or 0xF09DE0) is unknown color: approx Lavender Rose. HEX triplet: F0, 9D and E0. RGB value is (240,157,224). Sum of RGB (Red+Green+Blue) = 240+157+224=621 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.65% from 621); Green value is 157 (61.72% from 255 or 25.28% from 621); Blue value is 224 (87.89% from 255 or 36.07% from 621); Max value from RGB is 240 - color contains mainly: red. Hex color #F09DE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09DE0 is #0F621F. Grayscale: #BDBDBD. Windows color (decimal): -1008160 or 14720496. OLE color: 14720496.

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

Color convert

RGB240157224-
CMYK00.350.070.06
HSL311.57º73.45%77.84%-
HSV(B)311.57º34.58%94.12%-
XYZ61.4548.0276.55-
YUV189.46147.5164.05-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.65%
GREEN value IS 157 (61.72% from 255) = 25.28%
BLUE value IS 224 (87.89% from 255) = 36.07%
R=38.65%
G=25.28%
B=36.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.07
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24015722400.350.070.06311.5773.4577.84
HexF09DE002376138494e
Octal36023534004376470111116
Binary111100001001110111100000010001111111010011100010010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F09DE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F09DE0; }

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

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

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

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

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

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

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

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