Shades of Lavender Rose #FFB6F8
Tints of Lavender Rose #FFB6F8
RGB
CMYK
RGB Variations
Color information
#FFB6F8 (or 0xFFB6F8) is known color: Lavender Rose. HEX triplet: FF, B6 and F8. RGB value is (255,182,248). Sum of RGB (Red+Green+Blue) = 255+182+248=685 (90% of max value = 765). Red value is 255 (100% from 255 or 37.23% from 685); Green value is 182 (71.48% from 255 or 26.57% from 685); Blue value is 248 (97.27% from 255 or 36.20% from 685); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB6F8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFB6F8 is #004907. Grayscale: #D3D3D3. Windows color (decimal): -18696 or 16299775. OLE color: 16299775.
HSL color Cylindrical-coordinate representation of color #FFB6F8: hue angle of 305.75º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FFB6F8 is Cyan = 0, Magento = 0.29, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 182 | 248 | - |
| CMYK | 0 | 0.29 | 0.03 | 0 |
| HSL | 305.75º | 1% | 0.86% | - |
| HSV(B) | 305.75º | 0.29% | 1% | - |
| XYZ | 74.91 | 61.49 | 96.73 | - |
| YUV | 211.35 | 148.68 | 159.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 182 | 248 | 0 | 0.29 | 0.03 | 0 | 305.75 | 1 | 0.86 |
| Hex | FF | B6 | F8 | 0 | 1D | 3 | 0 | 132 | 64 | 56 |
| Octal | 377 | 266 | 370 | 0 | 35 | 3 | 0 | 462 | 144 | 126 |
| Binary | 11111111 | 10110110 | 11111000 | 0 | 11101 | 11 | 0 | 100110010 | 1100100 | 1010110 |
Color Harmonies of #FFB6F8
Complementary color
Monochromatic Colors of #FFB6F8
Black with #FFB6F8
Text Example
Text Example
White with #FFB6F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB6F8; }
p { color: rgb(255,182,248); }
H1.HeaderClassName
{
color: #FFB6F8;
}
.AnyTagClassName
{
color: #FFB6F8;
}
</style>
background-color css
<style>
a { background-color: #FFB6F8; }
a { background-color: rgb(255,182,248); }
div.DivClassName
{
background-color: #FFB6F8;
}
.BgClassName
{
background-color: #FFB6F8;
}
</style>
border-color css
<style>
span { border-color: #FFB6F8; }
span { border-color: rgb(255,182,248); }
td.TdClassName
{
border-color: #FFB6F8;
}
.TagClassName
{
border-color: #FFB6F8;
}
</style>