#F09ED1

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

Shades of Lavender Rose #F09ED1

Tints of Lavender Rose #F09ED1

Color information

#F09ED1 (or 0xF09ED1) is unknown color: approx Lavender Rose. HEX triplet: F0, 9E and D1. RGB value is (240,158,209). Sum of RGB (Red+Green+Blue) = 240+158+209=607 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.54% from 607); Green value is 158 (62.11% from 255 or 26.03% from 607); Blue value is 209 (82.03% from 255 or 34.43% from 607); Max value from RGB is 240 - color contains mainly: red. Hex color #F09ED1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09ED1 is #0F612E. Grayscale: #BCBCBC. Windows color (decimal): -1007919 or 13737712. OLE color: 13737712.

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

Color convert

RGB240158209-
CMYK00.340.130.06
HSL322.68º73.21%78.04%-
HSV(B)322.68º34.17%94.12%-
XYZ59.6747.5866.36-
YUV188.33139.67164.85-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.54%
GREEN value IS 158 (62.11% from 255) = 26.03%
BLUE value IS 209 (82.03% from 255) = 34.43%
R=39.54%
G=26.03%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24015820900.340.130.06322.6873.2178.04
HexF09ED1022D6143494e
Octal360236321042156503111116
Binary1111000010011110110100010100010110111010100001110010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F09ED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F09ED1; }

 p { color: rgb(240,158,209); }

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

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

 a { background-color: rgb(240,158,209); }

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

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

 span { border-color: rgb(240,158,209); }

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