#F09DED

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

Shades of Lavender Rose #F09DED

Tints of Lavender Rose #F09DED

Color information

#F09DED (or 0xF09DED) is unknown color: approx Lavender Rose. HEX triplet: F0, 9D and ED. RGB value is (240,157,237). Sum of RGB (Red+Green+Blue) = 240+157+237=634 (83% of max value = 765). Red value is 240 (94.14% from 255 or 37.85% from 634); Green value is 157 (61.72% from 255 or 24.76% from 634); Blue value is 237 (92.97% from 255 or 37.38% from 634); Max value from RGB is 240 - color contains mainly: red. Hex color #F09DED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F09DED is #0F6212. Grayscale: #BEBEBE. Windows color (decimal): -1008147 or 15572464. OLE color: 15572464.

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

Color convert

RGB240157237-
CMYK00.350.010.06
HSL302.17º73.45%77.84%-
HSV(B)302.17º34.58%94.12%-
XYZ63.2848.7586.2-
YUV190.94154163-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.85%
GREEN value IS 157 (61.72% from 255) = 24.76%
BLUE value IS 237 (92.97% from 255) = 37.38%
R=37.85%
G=24.76%
B=37.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24015723700.350.010.06302.1773.4577.84
HexF09DED0231612e494e
Octal36023535504316456111116
Binary1111000010011101111011010100011111010010111010010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F09DED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F09DED; }

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

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

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

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

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

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

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

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