Shades of Lavender Rose #F5B2F0
Tints of Lavender Rose #F5B2F0
RGB
CMYK
RGB Variations
Color information
#F5B2F0 (or 0xF5B2F0) is known color: Lavender Rose. HEX triplet: F5, B2 and F0. RGB value is (245,178,240). Sum of RGB (Red+Green+Blue) = 245+178+240=663 (87% of max value = 765). Red value is 245 (96.09% from 255 or 36.95% from 663); Green value is 178 (69.92% from 255 or 26.85% from 663); Blue value is 240 (94.14% from 255 or 36.20% from 663); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B2F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F5B2F0 is #0A4D0F. Grayscale: #CCCCCC. Windows color (decimal): -675088 or 15774453. OLE color: 15774453.
HSL color Cylindrical-coordinate representation of color #F5B2F0: hue angle of 304.48º degrees, saturation: 0.77, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F5B2F0 is Cyan = 0, Magento = 0.27, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 178 | 240 | - |
| CMYK | 0 | 0.27 | 0.02 | 0.04 |
| HSL | 304.48º | 0.77% | 0.83% | - |
| HSV(B) | 304.48º | 0.27% | 0.96% | - |
| XYZ | 69.3 | 57.54 | 89.89 | - |
| YUV | 205.1 | 147.7 | 156.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 178 | 240 | 0 | 0.27 | 0.02 | 0.04 | 304.48 | 0.77 | 0.83 |
| Hex | F5 | B2 | F0 | 0 | 1B | 2 | 4 | 130 | 4D | 53 |
| Octal | 365 | 262 | 360 | 0 | 33 | 2 | 4 | 460 | 115 | 123 |
| Binary | 11110101 | 10110010 | 11110000 | 0 | 11011 | 10 | 100 | 100110000 | 1001101 | 1010011 |
Color Harmonies of #F5B2F0
Complementary color
Monochromatic Colors of #F5B2F0
Black with #F5B2F0
Text Example
Text Example
White with #F5B2F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5B2F0; }
p { color: rgb(245,178,240); }
H1.HeaderClassName
{
color: #F5B2F0;
}
.AnyTagClassName
{
color: #F5B2F0;
}
</style>
background-color css
<style>
a { background-color: #F5B2F0; }
a { background-color: rgb(245,178,240); }
div.DivClassName
{
background-color: #F5B2F0;
}
.BgClassName
{
background-color: #F5B2F0;
}
</style>
border-color css
<style>
span { border-color: #F5B2F0; }
span { border-color: rgb(245,178,240); }
td.TdClassName
{
border-color: #F5B2F0;
}
.TagClassName
{
border-color: #F5B2F0;
}
</style>