Shades of Lavender Rose #F8B2F9
Tints of Lavender Rose #F8B2F9
RGB
CMYK
RGB Variations
Color information
#F8B2F9 (or 0xF8B2F9) is known color: Lavender Rose. HEX triplet: F8, B2 and F9. RGB value is (248,178,249). Sum of RGB (Red+Green+Blue) = 248+178+249=675 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.74% from 675); Green value is 178 (69.92% from 255 or 26.37% from 675); Blue value is 249 (97.66% from 255 or 36.89% from 675); Max value from RGB is 249 - color contains mainly: blue. Hex color #F8B2F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F8B2F9 is #074D06. Grayscale: #CECECE. Windows color (decimal): -478471 or 16364280. OLE color: 16364280.
HSL color Cylindrical-coordinate representation of color #F8B2F9: hue angle of 299.15º 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 #F8B2F9 is Cyan = 0.00, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 248 | 178 | 249 | - |
| CMYK | 0.00 | 0.29 | 0 | 0.02 |
| HSL | 299.15º | 0.86% | 0.84% | - |
| HSV(B) | 299.15º | 0.29% | 0.98% | - |
| XYZ | 71.73 | 58.64 | 97.16 | - |
| YUV | 207.02 | 151.69 | 157.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 178 | 249 | 0.00 | 0.29 | 0 | 0.02 | 299.15 | 0.86 | 0.84 |
| Hex | F8 | B2 | F9 | 0 | 1D | 0 | 2 | 12B | 56 | 54 |
| Octal | 370 | 262 | 371 | 0 | 35 | 0 | 2 | 453 | 126 | 124 |
| Binary | 11111000 | 10110010 | 11111001 | 0 | 11101 | 0 | 10 | 100101011 | 1010110 | 1010100 |
Color Harmonies of #F8B2F9
Complementary color
Monochromatic Colors of #F8B2F9
Black with #F8B2F9
Text Example
Text Example
White with #F8B2F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8B2F9; }
p { color: rgb(248,178,249); }
H1.HeaderClassName
{
color: #F8B2F9;
}
.AnyTagClassName
{
color: #F8B2F9;
}
</style>
background-color css
<style>
a { background-color: #F8B2F9; }
a { background-color: rgb(248,178,249); }
div.DivClassName
{
background-color: #F8B2F9;
}
.BgClassName
{
background-color: #F8B2F9;
}
</style>
border-color css
<style>
span { border-color: #F8B2F9; }
span { border-color: rgb(248,178,249); }
td.TdClassName
{
border-color: #F8B2F9;
}
.TagClassName
{
border-color: #F8B2F9;
}
</style>