Shades of Lavender Rose #FFB8F8
Tints of Lavender Rose #FFB8F8
RGB
CMYK
RGB Variations
Color information
#FFB8F8 (or 0xFFB8F8) is known color: Lavender Rose. HEX triplet: FF, B8 and F8. RGB value is (255,184,248). Sum of RGB (Red+Green+Blue) = 255+184+248=687 (90% of max value = 765). Red value is 255 (100% from 255 or 37.12% from 687); Green value is 184 (72.27% from 255 or 26.78% from 687); Blue value is 248 (97.27% from 255 or 36.10% from 687); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB8F8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFB8F8 is #004707. Grayscale: #D4D4D4. Windows color (decimal): -18184 or 16300287. OLE color: 16300287.
HSL color Cylindrical-coordinate representation of color #FFB8F8: hue angle of 305.92º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FFB8F8 is Cyan = 0, Magento = 0.28, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 184 | 248 | - |
| CMYK | 0 | 0.28 | 0.03 | 0 |
| HSL | 305.92º | 1% | 0.86% | - |
| HSV(B) | 305.92º | 0.28% | 1% | - |
| XYZ | 75.32 | 62.32 | 96.87 | - |
| YUV | 212.53 | 148.02 | 158.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 184 | 248 | 0 | 0.28 | 0.03 | 0 | 305.92 | 1 | 0.86 |
| Hex | FF | B8 | F8 | 0 | 1C | 3 | 0 | 132 | 64 | 56 |
| Octal | 377 | 270 | 370 | 0 | 34 | 3 | 0 | 462 | 144 | 126 |
| Binary | 11111111 | 10111000 | 11111000 | 0 | 11100 | 11 | 0 | 100110010 | 1100100 | 1010110 |
Color Harmonies of #FFB8F8
Complementary color
Monochromatic Colors of #FFB8F8
Black with #FFB8F8
Text Example
Text Example
White with #FFB8F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB8F8; }
p { color: rgb(255,184,248); }
H1.HeaderClassName
{
color: #FFB8F8;
}
.AnyTagClassName
{
color: #FFB8F8;
}
</style>
background-color css
<style>
a { background-color: #FFB8F8; }
a { background-color: rgb(255,184,248); }
div.DivClassName
{
background-color: #FFB8F8;
}
.BgClassName
{
background-color: #FFB8F8;
}
</style>
border-color css
<style>
span { border-color: #FFB8F8; }
span { border-color: rgb(255,184,248); }
td.TdClassName
{
border-color: #FFB8F8;
}
.TagClassName
{
border-color: #FFB8F8;
}
</style>