#f09bec

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

Shades of Lavender Rose #F09BEC

Tints of Lavender Rose #F09BEC

Color information

#F09BEC (or 0xF09BEC) is unknown color: approx Lavender Rose. HEX triplet: F0, 9B and EC. RGB value is (240,155,236). Sum of RGB (Red+Green+Blue) = 240+155+236=631 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.03% from 631); Green value is 155 (60.94% from 255 or 24.56% from 631); Blue value is 236 (92.58% from 255 or 37.40% from 631); Max value from RGB is 240 - color contains mainly: red. Hex color #F09BEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F09BEC is #0F6413. Grayscale: #BDBDBD. Windows color (decimal): -1008660 or 15506416. OLE color: 15506416.

HSL color Cylindrical-coordinate representation of color #F09BEC: hue angle of 302.82º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F09BEC is Cyan = 0, Magento = 0.35, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB240155236-
CMYK00.350.020.06
HSL302.82º73.91%77.45%-
HSV(B)302.82º35.42%94.12%-
XYZ62.848.0285.32-
YUV189.65154.16163.91-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.03%
GREEN value IS 155 (60.94% from 255) = 24.56%
BLUE value IS 236 (92.58% from 255) = 37.40%
R=38.03%
G=24.56%
B=37.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24015523600.350.020.06302.8273.9177.45
HexF09BEC0232612f4a4d
Octal36023335404326457112115
Binary11110000100110111110110001000111011010010111110010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f09bec

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f09bec; }

 p { color: rgb(240,155,236); }

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

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

 a { background-color: rgb(240,155,236); }

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

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

 span { border-color: rgb(240,155,236); }

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