Shades of Lavender Rose #F8B2E4
Tints of Lavender Rose #F8B2E4
RGB
CMYK
RGB Variations
Color information
#F8B2E4 (or 0xF8B2E4) is known color: Lavender Rose. HEX triplet: F8, B2 and E4. RGB value is (248,178,228). Sum of RGB (Red+Green+Blue) = 248+178+228=654 (86% of max value = 765). Red value is 248 (97.27% from 255 or 37.92% from 654); Green value is 178 (69.92% from 255 or 27.22% from 654); Blue value is 228 (89.45% from 255 or 34.86% from 654); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B2E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8B2E4 is #074D1B. Grayscale: #CCCCCC. Windows color (decimal): -478492 or 14988024. OLE color: 14988024.
HSL color Cylindrical-coordinate representation of color #F8B2E4: hue angle of 317.14º degrees, saturation: 0.83, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F8B2E4 is Cyan = 0, Magento = 0.28, Yellow = 0.08 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 178 | 228 | - |
| CMYK | 0 | 0.28 | 0.08 | 0.03 |
| HSL | 317.14º | 0.83% | 0.84% | - |
| HSV(B) | 317.14º | 0.28% | 0.97% | - |
| XYZ | 68.64 | 57.4 | 80.86 | - |
| YUV | 204.63 | 141.19 | 158.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 178 | 228 | 0 | 0.28 | 0.08 | 0.03 | 317.14 | 0.83 | 0.84 |
| Hex | F8 | B2 | E4 | 0 | 1C | 8 | 3 | 13D | 53 | 54 |
| Octal | 370 | 262 | 344 | 0 | 34 | 10 | 3 | 475 | 123 | 124 |
| Binary | 11111000 | 10110010 | 11100100 | 0 | 11100 | 1000 | 11 | 100111101 | 1010011 | 1010100 |
Color Harmonies of #F8B2E4
Complementary color
Monochromatic Colors of #F8B2E4
Black with #F8B2E4
Text Example
Text Example
White with #F8B2E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8B2E4; }
p { color: rgb(248,178,228); }
H1.HeaderClassName
{
color: #F8B2E4;
}
.AnyTagClassName
{
color: #F8B2E4;
}
</style>
background-color css
<style>
a { background-color: #F8B2E4; }
a { background-color: rgb(248,178,228); }
div.DivClassName
{
background-color: #F8B2E4;
}
.BgClassName
{
background-color: #F8B2E4;
}
</style>
border-color css
<style>
span { border-color: #F8B2E4; }
span { border-color: rgb(248,178,228); }
td.TdClassName
{
border-color: #F8B2E4;
}
.TagClassName
{
border-color: #F8B2E4;
}
</style>