Shades of Lavender Rose #F9B2F8
Tints of Lavender Rose #F9B2F8
RGB
CMYK
RGB Variations
Color information
#F9B2F8 (or 0xF9B2F8) is known color: Lavender Rose. HEX triplet: F9, B2 and F8. RGB value is (249,178,248). Sum of RGB (Red+Green+Blue) = 249+178+248=675 (89% of max value = 765). Red value is 249 (97.66% from 255 or 36.89% from 675); Green value is 178 (69.92% from 255 or 26.37% from 675); Blue value is 248 (97.27% from 255 or 36.74% from 675); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B2F8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F9B2F8 is #064D07. Grayscale: #CFCFCF. Windows color (decimal): -412936 or 16298745. OLE color: 16298745.
HSL color Cylindrical-coordinate representation of color #F9B2F8: hue angle of 300.85º degrees, saturation: 0.86, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F9B2F8 is Cyan = 0, Magento = 0.29, Yellow = 0.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 178 | 248 | - |
| CMYK | 0 | 0.29 | 0.00 | 0.02 |
| HSL | 300.85º | 0.86% | 0.84% | - |
| HSV(B) | 300.85º | 0.29% | 0.98% | - |
| XYZ | 71.93 | 58.76 | 96.36 | - |
| YUV | 207.21 | 151.02 | 157.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 178 | 248 | 0 | 0.29 | 0.00 | 0.02 | 300.85 | 0.86 | 0.84 |
| Hex | F9 | B2 | F8 | 0 | 1D | 0 | 2 | 12D | 56 | 54 |
| Octal | 371 | 262 | 370 | 0 | 35 | 0 | 2 | 455 | 126 | 124 |
| Binary | 11111001 | 10110010 | 11111000 | 0 | 11101 | 0 | 10 | 100101101 | 1010110 | 1010100 |
Color Harmonies of #F9B2F8
Complementary color
Monochromatic Colors of #F9B2F8
Black with #F9B2F8
Text Example
Text Example
White with #F9B2F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9B2F8; }
p { color: rgb(249,178,248); }
H1.HeaderClassName
{
color: #F9B2F8;
}
.AnyTagClassName
{
color: #F9B2F8;
}
</style>
background-color css
<style>
a { background-color: #F9B2F8; }
a { background-color: rgb(249,178,248); }
div.DivClassName
{
background-color: #F9B2F8;
}
.BgClassName
{
background-color: #F9B2F8;
}
</style>
border-color css
<style>
span { border-color: #F9B2F8; }
span { border-color: rgb(249,178,248); }
td.TdClassName
{
border-color: #F9B2F8;
}
.TagClassName
{
border-color: #F9B2F8;
}
</style>