#f09ddf

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

Shades of Lavender Rose #F09DDF

Tints of Lavender Rose #F09DDF

Color information

#F09DDF (or 0xF09DDF) is unknown color: approx Lavender Rose. HEX triplet: F0, 9D and DF. RGB value is (240,157,223). Sum of RGB (Red+Green+Blue) = 240+157+223=620 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.71% from 620); Green value is 157 (61.72% from 255 or 25.32% from 620); Blue value is 223 (87.5% from 255 or 35.97% from 620); Max value from RGB is 240 - color contains mainly: red. Hex color #F09DDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09DDF is #0F6220. Grayscale: #BDBDBD. Windows color (decimal): -1008161 or 14654960. OLE color: 14654960.

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

Color convert

RGB240157223-
CMYK00.350.070.06
HSL312.29º73.45%77.84%-
HSV(B)312.29º34.58%94.12%-
XYZ61.3147.9775.84-
YUV189.34147164.13-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.71%
GREEN value IS 157 (61.72% from 255) = 25.32%
BLUE value IS 223 (87.5% from 255) = 35.97%
R=38.71%
G=25.32%
B=35.97%

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
Decimal24015722300.350.070.06312.2973.4577.84
HexF09DDF02376138494e
Octal36023533704376470111116
Binary111100001001110111011111010001111111010011100010010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f09ddf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f09ddf; }

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

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

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

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

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

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

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

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