Shades of Lavender Rose #FBAFDF
Tints of Lavender Rose #FBAFDF
RGB
CMYK
RGB Variations
Color information
#FBAFDF (or 0xFBAFDF) is known color: Lavender Rose. HEX triplet: FB, AF and DF. RGB value is (251,175,223). Sum of RGB (Red+Green+Blue) = 251+175+223=649 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.67% from 649); Green value is 175 (68.75% from 255 or 26.96% from 649); Blue value is 223 (87.5% from 255 or 34.36% from 649); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAFDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBAFDF is #045020. Grayscale: #CBCBCB. Windows color (decimal): -282657 or 14659579. OLE color: 14659579.
HSL color Cylindrical-coordinate representation of color #FBAFDF: hue angle of 322.11º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FBAFDF is Cyan = 0, Magento = 0.30, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 175 | 223 | - |
| CMYK | 0 | 0.30 | 0.11 | 0.02 |
| HSL | 322.11º | 0.9% | 0.84% | - |
| HSV(B) | 322.11º | 0.3% | 0.98% | - |
| XYZ | 68.43 | 56.5 | 77.11 | - |
| YUV | 203.2 | 139.18 | 162.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 175 | 223 | 0 | 0.30 | 0.11 | 0.02 | 322.11 | 0.9 | 0.84 |
| Hex | FB | AF | DF | 0 | 1E | B | 2 | 142 | 5A | 54 |
| Octal | 373 | 257 | 337 | 0 | 36 | 13 | 2 | 502 | 132 | 124 |
| Binary | 11111011 | 10101111 | 11011111 | 0 | 11110 | 1011 | 10 | 101000010 | 1011010 | 1010100 |
Color Harmonies of #FBAFDF
Complementary color
Monochromatic Colors of #FBAFDF
Black with #FBAFDF
Text Example
Text Example
White with #FBAFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBAFDF; }
p { color: rgb(251,175,223); }
H1.HeaderClassName
{
color: #FBAFDF;
}
.AnyTagClassName
{
color: #FBAFDF;
}
</style>
background-color css
<style>
a { background-color: #FBAFDF; }
a { background-color: rgb(251,175,223); }
div.DivClassName
{
background-color: #FBAFDF;
}
.BgClassName
{
background-color: #FBAFDF;
}
</style>
border-color css
<style>
span { border-color: #FBAFDF; }
span { border-color: rgb(251,175,223); }
td.TdClassName
{
border-color: #FBAFDF;
}
.TagClassName
{
border-color: #FBAFDF;
}
</style>