Shades of Lavender Rose #FFB8ED
Tints of Lavender Rose #FFB8ED
RGB
CMYK
RGB Variations
Color information
#FFB8ED (or 0xFFB8ED) is known color: Lavender Rose. HEX triplet: FF, B8 and ED. RGB value is (255,184,237). Sum of RGB (Red+Green+Blue) = 255+184+237=676 (89% of max value = 765). Red value is 255 (100% from 255 or 37.72% from 676); Green value is 184 (72.27% from 255 or 27.22% from 676); Blue value is 237 (92.97% from 255 or 35.06% from 676); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB8ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFB8ED is #004712. Grayscale: #D3D3D3. Windows color (decimal): -18195 or 15579391. OLE color: 15579391.
HSL color Cylindrical-coordinate representation of color #FFB8ED: hue angle of 315.21º 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 #FFB8ED is Cyan = 0, Magento = 0.28, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 184 | 237 | - |
| CMYK | 0 | 0.28 | 0.07 | 0 |
| HSL | 315.21º | 1% | 0.86% | - |
| HSV(B) | 315.21º | 0.28% | 1% | - |
| XYZ | 73.67 | 61.66 | 88.14 | - |
| YUV | 211.27 | 142.52 | 159.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 184 | 237 | 0 | 0.28 | 0.07 | 0 | 315.21 | 1 | 0.86 |
| Hex | FF | B8 | ED | 0 | 1C | 7 | 0 | 13B | 64 | 56 |
| Octal | 377 | 270 | 355 | 0 | 34 | 7 | 0 | 473 | 144 | 126 |
| Binary | 11111111 | 10111000 | 11101101 | 0 | 11100 | 111 | 0 | 100111011 | 1100100 | 1010110 |
Color Harmonies of #FFB8ED
Complementary color
Monochromatic Colors of #FFB8ED
Black with #FFB8ED
Text Example
Text Example
White with #FFB8ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB8ED; }
p { color: rgb(255,184,237); }
H1.HeaderClassName
{
color: #FFB8ED;
}
.AnyTagClassName
{
color: #FFB8ED;
}
</style>
background-color css
<style>
a { background-color: #FFB8ED; }
a { background-color: rgb(255,184,237); }
div.DivClassName
{
background-color: #FFB8ED;
}
.BgClassName
{
background-color: #FFB8ED;
}
</style>
border-color css
<style>
span { border-color: #FFB8ED; }
span { border-color: rgb(255,184,237); }
td.TdClassName
{
border-color: #FFB8ED;
}
.TagClassName
{
border-color: #FFB8ED;
}
</style>