Shades of Lavender Rose #FFB6F2
Tints of Lavender Rose #FFB6F2
RGB
CMYK
RGB Variations
Color information
#FFB6F2 (or 0xFFB6F2) is known color: Lavender Rose. HEX triplet: FF, B6 and F2. RGB value is (255,182,242). Sum of RGB (Red+Green+Blue) = 255+182+242=679 (89% of max value = 765). Red value is 255 (100% from 255 or 37.56% from 679); Green value is 182 (71.48% from 255 or 26.80% from 679); Blue value is 242 (94.92% from 255 or 35.64% from 679); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB6F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFB6F2 is #00490D. Grayscale: #D2D2D2. Windows color (decimal): -18702 or 15906559. OLE color: 15906559.
HSL color Cylindrical-coordinate representation of color #FFB6F2: hue angle of 310.68º 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 #FFB6F2 is Cyan = 0, Magento = 0.29, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 182 | 242 | - |
| CMYK | 0 | 0.29 | 0.05 | 0 |
| HSL | 310.68º | 1% | 0.86% | - |
| HSV(B) | 310.68º | 0.29% | 1% | - |
| XYZ | 73.99 | 61.13 | 91.9 | - |
| YUV | 210.67 | 145.68 | 159.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 182 | 242 | 0 | 0.29 | 0.05 | 0 | 310.68 | 1 | 0.86 |
| Hex | FF | B6 | F2 | 0 | 1D | 5 | 0 | 137 | 64 | 56 |
| Octal | 377 | 266 | 362 | 0 | 35 | 5 | 0 | 467 | 144 | 126 |
| Binary | 11111111 | 10110110 | 11110010 | 0 | 11101 | 101 | 0 | 100110111 | 1100100 | 1010110 |
Color Harmonies of #FFB6F2
Complementary color
Monochromatic Colors of #FFB6F2
Black with #FFB6F2
Text Example
Text Example
White with #FFB6F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB6F2; }
p { color: rgb(255,182,242); }
H1.HeaderClassName
{
color: #FFB6F2;
}
.AnyTagClassName
{
color: #FFB6F2;
}
</style>
background-color css
<style>
a { background-color: #FFB6F2; }
a { background-color: rgb(255,182,242); }
div.DivClassName
{
background-color: #FFB6F2;
}
.BgClassName
{
background-color: #FFB6F2;
}
</style>
border-color css
<style>
span { border-color: #FFB6F2; }
span { border-color: rgb(255,182,242); }
td.TdClassName
{
border-color: #FFB6F2;
}
.TagClassName
{
border-color: #FFB6F2;
}
</style>