Shades of Lavender Pink #FBACCD
Tints of Lavender Pink #FBACCD
RGB
CMYK
RGB Variations
Color information
#FBACCD (or 0xFBACCD) is known color: Lavender Pink. HEX triplet: FB, AC and CD. RGB value is (251,172,205). Sum of RGB (Red+Green+Blue) = 251+172+205=628 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.97% from 628); Green value is 172 (67.58% from 255 or 27.39% from 628); Blue value is 205 (80.47% from 255 or 32.64% from 628); Max value from RGB is 251 - color contains mainly: red. Hex color #FBACCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBACCD is #045332. Grayscale: #C7C7C7. Windows color (decimal): -283443 or 13479163. OLE color: 13479163.
HSL color Cylindrical-coordinate representation of color #FBACCD: hue angle of 334.94º 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 #FBACCD is Cyan = 0, Magento = 0.31, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 172 | 205 | - |
| CMYK | 0 | 0.31 | 0.18 | 0.02 |
| HSL | 334.94º | 0.91% | 0.83% | - |
| HSV(B) | 334.94º | 0.31% | 0.98% | - |
| XYZ | 65.56 | 54.42 | 64.81 | - |
| YUV | 199.38 | 131.17 | 164.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 172 | 205 | 0 | 0.31 | 0.18 | 0.02 | 334.94 | 0.91 | 0.83 |
| Hex | FB | AC | CD | 0 | 1F | 12 | 2 | 14F | 5B | 53 |
| Octal | 373 | 254 | 315 | 0 | 37 | 22 | 2 | 517 | 133 | 123 |
| Binary | 11111011 | 10101100 | 11001101 | 0 | 11111 | 10010 | 10 | 101001111 | 1011011 | 1010011 |
Color Harmonies of #FBACCD
Complementary color
Monochromatic Colors of #FBACCD
Black with #FBACCD
Text Example
Text Example
White with #FBACCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBACCD; }
p { color: rgb(251,172,205); }
H1.HeaderClassName
{
color: #FBACCD;
}
.AnyTagClassName
{
color: #FBACCD;
}
</style>
background-color css
<style>
a { background-color: #FBACCD; }
a { background-color: rgb(251,172,205); }
div.DivClassName
{
background-color: #FBACCD;
}
.BgClassName
{
background-color: #FBACCD;
}
</style>
border-color css
<style>
span { border-color: #FBACCD; }
span { border-color: rgb(251,172,205); }
td.TdClassName
{
border-color: #FBACCD;
}
.TagClassName
{
border-color: #FBACCD;
}
</style>