Shades of Lavender Rose #FFB2ED
Tints of Lavender Rose #FFB2ED
RGB
CMYK
RGB Variations
Color information
#FFB2ED (or 0xFFB2ED) is known color: Lavender Rose. HEX triplet: FF, B2 and ED. RGB value is (255,178,237). Sum of RGB (Red+Green+Blue) = 255+178+237=670 (88% of max value = 765). Red value is 255 (100% from 255 or 38.06% from 670); Green value is 178 (69.92% from 255 or 26.57% from 670); Blue value is 237 (92.97% from 255 or 35.37% from 670); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB2ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFB2ED is #004D12. Grayscale: #CFCFCF. Windows color (decimal): -19731 or 15577855. OLE color: 15577855.
HSL color Cylindrical-coordinate representation of color #FFB2ED: hue angle of 314.03º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FFB2ED is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 178 | 237 | - |
| CMYK | 0 | 0.30 | 0.07 | 0 |
| HSL | 314.03º | 1% | 0.85% | - |
| HSV(B) | 314.03º | 0.3% | 1% | - |
| XYZ | 72.45 | 59.22 | 87.73 | - |
| YUV | 207.75 | 144.51 | 161.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 178 | 237 | 0 | 0.30 | 0.07 | 0 | 314.03 | 1 | 0.85 |
| Hex | FF | B2 | ED | 0 | 1E | 7 | 0 | 13A | 64 | 55 |
| Octal | 377 | 262 | 355 | 0 | 36 | 7 | 0 | 472 | 144 | 125 |
| Binary | 11111111 | 10110010 | 11101101 | 0 | 11110 | 111 | 0 | 100111010 | 1100100 | 1010101 |
Color Harmonies of #FFB2ED
Complementary color
Monochromatic Colors of #FFB2ED
Black with #FFB2ED
Text Example
Text Example
White with #FFB2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB2ED; }
p { color: rgb(255,178,237); }
H1.HeaderClassName
{
color: #FFB2ED;
}
.AnyTagClassName
{
color: #FFB2ED;
}
</style>
background-color css
<style>
a { background-color: #FFB2ED; }
a { background-color: rgb(255,178,237); }
div.DivClassName
{
background-color: #FFB2ED;
}
.BgClassName
{
background-color: #FFB2ED;
}
</style>
border-color css
<style>
span { border-color: #FFB2ED; }
span { border-color: rgb(255,178,237); }
td.TdClassName
{
border-color: #FFB2ED;
}
.TagClassName
{
border-color: #FFB2ED;
}
</style>