#F09BDC

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

Shades of Lavender Rose #F09BDC

Tints of Lavender Rose #F09BDC

Color information

#F09BDC (or 0xF09BDC) is unknown color: approx Lavender Rose. HEX triplet: F0, 9B and DC. RGB value is (240,155,220). Sum of RGB (Red+Green+Blue) = 240+155+220=615 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.02% from 615); Green value is 155 (60.94% from 255 or 25.20% from 615); Blue value is 220 (86.33% from 255 or 35.77% from 615); Max value from RGB is 240 - color contains mainly: red. Hex color #F09BDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09BDC is #0F6423. Grayscale: #BBBBBB. Windows color (decimal): -1008676 or 14457840. OLE color: 14457840.

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

Color convert

RGB240155220-
CMYK00.350.080.06
HSL314.12º73.91%77.45%-
HSV(B)314.12º35.42%94.12%-
XYZ60.5747.1473.62-
YUV187.82146.16165.21-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.02%
GREEN value IS 155 (60.94% from 255) = 25.20%
BLUE value IS 220 (86.33% from 255) = 35.77%
R=39.02%
G=25.20%
B=35.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24015522000.350.080.06314.1273.9177.45
HexF09BDC0238613a4a4d
Octal360233334043106472112115
Binary1111000010011011110111000100011100011010011101010010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F09BDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F09BDC; }

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

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

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

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

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

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

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

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