Shades of Lavender Rose #F2B5DF
Tints of Lavender Rose #F2B5DF
RGB
CMYK
RGB Variations
Color information
#F2B5DF (or 0xF2B5DF) is known color: Lavender Rose. HEX triplet: F2, B5 and DF. RGB value is (242,181,223). Sum of RGB (Red+Green+Blue) = 242+181+223=646 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.46% from 646); Green value is 181 (71.09% from 255 or 28.02% from 646); Blue value is 223 (87.5% from 255 or 34.52% from 646); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B5DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2B5DF is #0D4A20. Grayscale: #CBCBCB. Windows color (decimal): -870945 or 14661106. OLE color: 14661106.
HSL color Cylindrical-coordinate representation of color #F2B5DF: hue angle of 318.69º degrees, saturation: 0.7, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F2B5DF is Cyan = 0, Magento = 0.25, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 181 | 223 | - |
| CMYK | 0 | 0.25 | 0.08 | 0.05 |
| HSL | 318.69º | 0.7% | 0.83% | - |
| HSV(B) | 318.69º | 0.25% | 0.95% | - |
| XYZ | 66.46 | 57.25 | 77.36 | - |
| YUV | 204.03 | 138.71 | 155.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 181 | 223 | 0 | 0.25 | 0.08 | 0.05 | 318.69 | 0.7 | 0.83 |
| Hex | F2 | B5 | DF | 0 | 19 | 8 | 5 | 13F | 46 | 53 |
| Octal | 362 | 265 | 337 | 0 | 31 | 10 | 5 | 477 | 106 | 123 |
| Binary | 11110010 | 10110101 | 11011111 | 0 | 11001 | 1000 | 101 | 100111111 | 1000110 | 1010011 |
Color Harmonies of #F2B5DF
Complementary color
Monochromatic Colors of #F2B5DF
Black with #F2B5DF
Text Example
Text Example
White with #F2B5DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B5DF; }
p { color: rgb(242,181,223); }
H1.HeaderClassName
{
color: #F2B5DF;
}
.AnyTagClassName
{
color: #F2B5DF;
}
</style>
background-color css
<style>
a { background-color: #F2B5DF; }
a { background-color: rgb(242,181,223); }
div.DivClassName
{
background-color: #F2B5DF;
}
.BgClassName
{
background-color: #F2B5DF;
}
</style>
border-color css
<style>
span { border-color: #F2B5DF; }
span { border-color: rgb(242,181,223); }
td.TdClassName
{
border-color: #F2B5DF;
}
.TagClassName
{
border-color: #F2B5DF;
}
</style>