Shades of Lavender Pink #FBAFDC
Tints of Lavender Pink #FBAFDC
RGB
CMYK
RGB Variations
Color information
#FBAFDC (or 0xFBAFDC) is known color: Lavender Pink. HEX triplet: FB, AF and DC. RGB value is (251,175,220). Sum of RGB (Red+Green+Blue) = 251+175+220=646 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.85% from 646); Green value is 175 (68.75% from 255 or 27.09% from 646); Blue value is 220 (86.33% from 255 or 34.06% from 646); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAFDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBAFDC is #045023. Grayscale: #CACACA. Windows color (decimal): -282660 or 14462971. OLE color: 14462971.
HSL color Cylindrical-coordinate representation of color #FBAFDC: hue angle of 324.47º 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 #FBAFDC is Cyan = 0, Magento = 0.30, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 175 | 220 | - |
| CMYK | 0 | 0.30 | 0.12 | 0.02 |
| HSL | 324.47º | 0.9% | 0.84% | - |
| HSV(B) | 324.47º | 0.3% | 0.98% | - |
| XYZ | 68.03 | 56.34 | 75 | - |
| YUV | 202.85 | 137.68 | 162.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 175 | 220 | 0 | 0.30 | 0.12 | 0.02 | 324.47 | 0.9 | 0.84 |
| Hex | FB | AF | DC | 0 | 1E | C | 2 | 144 | 5A | 54 |
| Octal | 373 | 257 | 334 | 0 | 36 | 14 | 2 | 504 | 132 | 124 |
| Binary | 11111011 | 10101111 | 11011100 | 0 | 11110 | 1100 | 10 | 101000100 | 1011010 | 1010100 |
Color Harmonies of #FBAFDC
Complementary color
Monochromatic Colors of #FBAFDC
Black with #FBAFDC
Text Example
Text Example
White with #FBAFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBAFDC; }
p { color: rgb(251,175,220); }
H1.HeaderClassName
{
color: #FBAFDC;
}
.AnyTagClassName
{
color: #FBAFDC;
}
</style>
background-color css
<style>
a { background-color: #FBAFDC; }
a { background-color: rgb(251,175,220); }
div.DivClassName
{
background-color: #FBAFDC;
}
.BgClassName
{
background-color: #FBAFDC;
}
</style>
border-color css
<style>
span { border-color: #FBAFDC; }
span { border-color: rgb(251,175,220); }
td.TdClassName
{
border-color: #FBAFDC;
}
.TagClassName
{
border-color: #FBAFDC;
}
</style>