Shades of Lavender Pink #FBACD4
Tints of Lavender Pink #FBACD4
RGB
CMYK
RGB Variations
Color information
#FBACD4 (or 0xFBACD4) is known color: Lavender Pink. HEX triplet: FB, AC and D4. RGB value is (251,172,212). Sum of RGB (Red+Green+Blue) = 251+172+212=635 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.53% from 635); Green value is 172 (67.58% from 255 or 27.09% from 635); Blue value is 212 (83.20% from 255 or 33.39% from 635); Max value from RGB is 251 - color contains mainly: red. Hex color #FBACD4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBACD4 is #04532B. Grayscale: #C8C8C8. Windows color (decimal): -283436 or 13937915. OLE color: 13937915.
HSL color Cylindrical-coordinate representation of color #FBACD4: hue angle of 329.62º 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 #FBACD4 is Cyan = 0, Magento = 0.31, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 172 | 212 | - |
| CMYK | 0 | 0.31 | 0.16 | 0.02 |
| HSL | 329.62º | 0.91% | 0.83% | - |
| HSV(B) | 329.62º | 0.31% | 0.98% | - |
| XYZ | 66.42 | 54.77 | 69.36 | - |
| YUV | 200.18 | 134.67 | 164.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 172 | 212 | 0 | 0.31 | 0.16 | 0.02 | 329.62 | 0.91 | 0.83 |
| Hex | FB | AC | D4 | 0 | 1F | 10 | 2 | 14A | 5B | 53 |
| Octal | 373 | 254 | 324 | 0 | 37 | 20 | 2 | 512 | 133 | 123 |
| Binary | 11111011 | 10101100 | 11010100 | 0 | 11111 | 10000 | 10 | 101001010 | 1011011 | 1010011 |
Color Harmonies of #FBACD4
Complementary color
Monochromatic Colors of #FBACD4
Black with #FBACD4
Text Example
Text Example
White with #FBACD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBACD4; }
p { color: rgb(251,172,212); }
H1.HeaderClassName
{
color: #FBACD4;
}
.AnyTagClassName
{
color: #FBACD4;
}
</style>
background-color css
<style>
a { background-color: #FBACD4; }
a { background-color: rgb(251,172,212); }
div.DivClassName
{
background-color: #FBACD4;
}
.BgClassName
{
background-color: #FBACD4;
}
</style>
border-color css
<style>
span { border-color: #FBACD4; }
span { border-color: rgb(251,172,212); }
td.TdClassName
{
border-color: #FBACD4;
}
.TagClassName
{
border-color: #FBACD4;
}
</style>