Shades of Lavender Rose #F8ADFB
Tints of Lavender Rose #F8ADFB
RGB
CMYK
RGB Variations
Color information
#F8ADFB (or 0xF8ADFB) is known color: Lavender Rose. HEX triplet: F8, AD and FB. RGB value is (248,173,251). Sum of RGB (Red+Green+Blue) = 248+173+251=672 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.90% from 672); Green value is 173 (67.97% from 255 or 25.74% from 672); Blue value is 251 (98.44% from 255 or 37.35% from 672); Max value from RGB is 251 - color contains mainly: blue. Hex color #F8ADFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F8ADFB is #075204. Grayscale: #CCCCCC. Windows color (decimal): -479749 or 16494072. OLE color: 16494072.
HSL color Cylindrical-coordinate representation of color #F8ADFB: hue angle of 297.69º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F8ADFB is Cyan = 0.01, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 248 | 173 | 251 | - |
| CMYK | 0.01 | 0.31 | 0 | 0.02 |
| HSL | 297.69º | 0.91% | 0.83% | - |
| HSV(B) | 297.69º | 0.31% | 0.98% | - |
| XYZ | 71.07 | 56.81 | 98.49 | - |
| YUV | 204.32 | 154.35 | 159.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 173 | 251 | 0.01 | 0.31 | 0 | 0.02 | 297.69 | 0.91 | 0.83 |
| Hex | F8 | AD | FB | 1 | 1F | 0 | 2 | 12A | 5B | 53 |
| Octal | 370 | 255 | 373 | 1 | 37 | 0 | 2 | 452 | 133 | 123 |
| Binary | 11111000 | 10101101 | 11111011 | 1 | 11111 | 0 | 10 | 100101010 | 1011011 | 1010011 |
Color Harmonies of #F8ADFB
Complementary color
Monochromatic Colors of #F8ADFB
Black with #F8ADFB
Text Example
Text Example
White with #F8ADFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8ADFB; }
p { color: rgb(248,173,251); }
H1.HeaderClassName
{
color: #F8ADFB;
}
.AnyTagClassName
{
color: #F8ADFB;
}
</style>
background-color css
<style>
a { background-color: #F8ADFB; }
a { background-color: rgb(248,173,251); }
div.DivClassName
{
background-color: #F8ADFB;
}
.BgClassName
{
background-color: #F8ADFB;
}
</style>
border-color css
<style>
span { border-color: #F8ADFB; }
span { border-color: rgb(248,173,251); }
td.TdClassName
{
border-color: #F8ADFB;
}
.TagClassName
{
border-color: #F8ADFB;
}
</style>