Shades of Lavender Rose #FFB8F4
Tints of Lavender Rose #FFB8F4
RGB
CMYK
RGB Variations
Color information
#FFB8F4 (or 0xFFB8F4) is known color: Lavender Rose. HEX triplet: FF, B8 and F4. RGB value is (255,184,244). Sum of RGB (Red+Green+Blue) = 255+184+244=683 (90% of max value = 765). Red value is 255 (100% from 255 or 37.34% from 683); Green value is 184 (72.27% from 255 or 26.94% from 683); Blue value is 244 (95.70% from 255 or 35.72% from 683); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB8F4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFB8F4 is #00470B. Grayscale: #D3D3D3. Windows color (decimal): -18188 or 16038143. OLE color: 16038143.
HSL color Cylindrical-coordinate representation of color #FFB8F4: hue angle of 309.3º 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 #FFB8F4 is Cyan = 0, Magento = 0.28, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 184 | 244 | - |
| CMYK | 0 | 0.28 | 0.04 | 0 |
| HSL | 309.3º | 1% | 0.86% | - |
| HSV(B) | 309.3º | 0.28% | 1% | - |
| XYZ | 74.71 | 62.07 | 93.63 | - |
| YUV | 212.07 | 146.02 | 158.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 184 | 244 | 0 | 0.28 | 0.04 | 0 | 309.3 | 1 | 0.86 |
| Hex | FF | B8 | F4 | 0 | 1C | 4 | 0 | 135 | 64 | 56 |
| Octal | 377 | 270 | 364 | 0 | 34 | 4 | 0 | 465 | 144 | 126 |
| Binary | 11111111 | 10111000 | 11110100 | 0 | 11100 | 100 | 0 | 100110101 | 1100100 | 1010110 |
Color Harmonies of #FFB8F4
Complementary color
Monochromatic Colors of #FFB8F4
Black with #FFB8F4
Text Example
Text Example
White with #FFB8F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB8F4; }
p { color: rgb(255,184,244); }
H1.HeaderClassName
{
color: #FFB8F4;
}
.AnyTagClassName
{
color: #FFB8F4;
}
</style>
background-color css
<style>
a { background-color: #FFB8F4; }
a { background-color: rgb(255,184,244); }
div.DivClassName
{
background-color: #FFB8F4;
}
.BgClassName
{
background-color: #FFB8F4;
}
</style>
border-color css
<style>
span { border-color: #FFB8F4; }
span { border-color: rgb(255,184,244); }
td.TdClassName
{
border-color: #FFB8F4;
}
.TagClassName
{
border-color: #FFB8F4;
}
</style>