Shades of Lavender Rose #F09CDD
Tints of Lavender Rose #F09CDD
RGB
CMYK
RGB Variations
Color information
#F09CDD (or 0xF09CDD) is known color: Lavender Rose. HEX triplet: F0, 9C and DD. RGB value is (240,156,221). Sum of RGB (Red+Green+Blue) = 240+156+221=617 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.90% from 617); Green value is 156 (61.33% from 255 or 25.28% from 617); Blue value is 221 (86.72% from 255 or 35.82% from 617); Max value from RGB is 240 - color contains mainly: red. Hex color #F09CDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09CDD is #0F6322. Grayscale: #BCBCBC. Windows color (decimal): -1008419 or 14523632. OLE color: 14523632.
HSL color Cylindrical-coordinate representation of color #F09CDD: hue angle of 313.57º degrees, saturation: 0.74, 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 #F09CDD is Cyan = 0, Magento = 0.35, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 156 | 221 | - |
| CMYK | 0 | 0.35 | 0.08 | 0.06 |
| HSL | 313.57º | 0.74% | 0.78% | - |
| HSV(B) | 313.57º | 0.35% | 0.94% | - |
| XYZ | 60.87 | 47.52 | 74.37 | - |
| YUV | 188.53 | 146.33 | 164.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 156 | 221 | 0 | 0.35 | 0.08 | 0.06 | 313.57 | 0.74 | 0.78 |
| Hex | F0 | 9C | DD | 0 | 23 | 8 | 6 | 13A | 4A | 4E |
| Octal | 360 | 234 | 335 | 0 | 43 | 10 | 6 | 472 | 112 | 116 |
| Binary | 11110000 | 10011100 | 11011101 | 0 | 100011 | 1000 | 110 | 100111010 | 1001010 | 1001110 |
Color Harmonies of #F09CDD
Complementary color
Monochromatic Colors of #F09CDD
Black with #F09CDD
Text Example
Text Example
White with #F09CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09CDD; }
p { color: rgb(240,156,221); }
H1.HeaderClassName
{
color: #F09CDD;
}
.AnyTagClassName
{
color: #F09CDD;
}
</style>
background-color css
<style>
a { background-color: #F09CDD; }
a { background-color: rgb(240,156,221); }
div.DivClassName
{
background-color: #F09CDD;
}
.BgClassName
{
background-color: #F09CDD;
}
</style>
border-color css
<style>
span { border-color: #F09CDD; }
span { border-color: rgb(240,156,221); }
td.TdClassName
{
border-color: #F09CDD;
}
.TagClassName
{
border-color: #F09CDD;
}
</style>