Shades of Lavender Rose #FFB6FD
Tints of Lavender Rose #FFB6FD
RGB
CMYK
RGB Variations
Color information
#FFB6FD (or 0xFFB6FD) is known color: Lavender Rose. HEX triplet: FF, B6 and FD. RGB value is (255,182,253). Sum of RGB (Red+Green+Blue) = 255+182+253=690 (91% of max value = 765). Red value is 255 (100% from 255 or 36.96% from 690); Green value is 182 (71.48% from 255 or 26.38% from 690); Blue value is 253 (99.22% from 255 or 36.67% from 690); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB6FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFB6FD is #004902. Grayscale: #D3D3D3. Windows color (decimal): -18691 or 16627455. OLE color: 16627455.
HSL color Cylindrical-coordinate representation of color #FFB6FD: hue angle of 301.64º 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 #FFB6FD is Cyan = 0, Magento = 0.29, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 182 | 253 | - |
| CMYK | 0 | 0.29 | 0.01 | 0 |
| HSL | 301.64º | 1% | 0.86% | - |
| HSV(B) | 301.64º | 0.29% | 1% | - |
| XYZ | 75.7 | 61.81 | 100.87 | - |
| YUV | 211.92 | 151.18 | 158.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 182 | 253 | 0 | 0.29 | 0.01 | 0 | 301.64 | 1 | 0.86 |
| Hex | FF | B6 | FD | 0 | 1D | 1 | 0 | 12E | 64 | 56 |
| Octal | 377 | 266 | 375 | 0 | 35 | 1 | 0 | 456 | 144 | 126 |
| Binary | 11111111 | 10110110 | 11111101 | 0 | 11101 | 1 | 0 | 100101110 | 1100100 | 1010110 |
Color Harmonies of #FFB6FD
Complementary color
Monochromatic Colors of #FFB6FD
Black with #FFB6FD
Text Example
Text Example
White with #FFB6FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB6FD; }
p { color: rgb(255,182,253); }
H1.HeaderClassName
{
color: #FFB6FD;
}
.AnyTagClassName
{
color: #FFB6FD;
}
</style>
background-color css
<style>
a { background-color: #FFB6FD; }
a { background-color: rgb(255,182,253); }
div.DivClassName
{
background-color: #FFB6FD;
}
.BgClassName
{
background-color: #FFB6FD;
}
</style>
border-color css
<style>
span { border-color: #FFB6FD; }
span { border-color: rgb(255,182,253); }
td.TdClassName
{
border-color: #FFB6FD;
}
.TagClassName
{
border-color: #FFB6FD;
}
</style>