Shades of Lavender Rose #FFB8F0
Tints of Lavender Rose #FFB8F0
RGB
CMYK
RGB Variations
Color information
#FFB8F0 (or 0xFFB8F0) is known color: Lavender Rose. HEX triplet: FF, B8 and F0. RGB value is (255,184,240). Sum of RGB (Red+Green+Blue) = 255+184+240=679 (89% of max value = 765). Red value is 255 (100% from 255 or 37.56% from 679); Green value is 184 (72.27% from 255 or 27.10% from 679); Blue value is 240 (94.14% from 255 or 35.35% from 679); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB8F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFB8F0 is #00470F. Grayscale: #D3D3D3. Windows color (decimal): -18192 or 15775999. OLE color: 15775999.
HSL color Cylindrical-coordinate representation of color #FFB8F0: hue angle of 312.68º 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 #FFB8F0 is Cyan = 0, Magento = 0.28, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 184 | 240 | - |
| CMYK | 0 | 0.28 | 0.06 | 0 |
| HSL | 312.68º | 1% | 0.86% | - |
| HSV(B) | 312.68º | 0.28% | 1% | - |
| XYZ | 74.11 | 61.83 | 90.47 | - |
| YUV | 211.61 | 144.02 | 158.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 184 | 240 | 0 | 0.28 | 0.06 | 0 | 312.68 | 1 | 0.86 |
| Hex | FF | B8 | F0 | 0 | 1C | 6 | 0 | 139 | 64 | 56 |
| Octal | 377 | 270 | 360 | 0 | 34 | 6 | 0 | 471 | 144 | 126 |
| Binary | 11111111 | 10111000 | 11110000 | 0 | 11100 | 110 | 0 | 100111001 | 1100100 | 1010110 |
Color Harmonies of #FFB8F0
Complementary color
Monochromatic Colors of #FFB8F0
Black with #FFB8F0
Text Example
Text Example
White with #FFB8F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB8F0; }
p { color: rgb(255,184,240); }
H1.HeaderClassName
{
color: #FFB8F0;
}
.AnyTagClassName
{
color: #FFB8F0;
}
</style>
background-color css
<style>
a { background-color: #FFB8F0; }
a { background-color: rgb(255,184,240); }
div.DivClassName
{
background-color: #FFB8F0;
}
.BgClassName
{
background-color: #FFB8F0;
}
</style>
border-color css
<style>
span { border-color: #FFB8F0; }
span { border-color: rgb(255,184,240); }
td.TdClassName
{
border-color: #FFB8F0;
}
.TagClassName
{
border-color: #FFB8F0;
}
</style>