Shades of Lavender Pink #FBAAD4
Tints of Lavender Pink #FBAAD4
RGB
CMYK
RGB Variations
Color information
#FBAAD4 (or 0xFBAAD4) is known color: Lavender Pink. HEX triplet: FB, AA and D4. RGB value is (251,170,212). Sum of RGB (Red+Green+Blue) = 251+170+212=633 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.65% from 633); Green value is 170 (66.80% from 255 or 26.86% from 633); Blue value is 212 (83.20% from 255 or 33.49% from 633); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAAD4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBAAD4 is #04552B. Grayscale: #C6C6C6. Windows color (decimal): -283948 or 13937403. OLE color: 13937403.
HSL color Cylindrical-coordinate representation of color #FBAAD4: hue angle of 328.89º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FBAAD4 is Cyan = 0, Magento = 0.32, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
RGB | 251 | 170 | 212 | - |
CMYK | 0 | 0.32 | 0.16 | 0.02 |
HSL | 328.89º | 0.91% | 0.83% | - |
HSV(B) | 328.89º | 0.32% | 0.98% | - |
XYZ | 66.04 | 54.01 | 69.23 | - |
YUV | 199.01 | 135.34 | 165.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 170 | 212 | 0 | 0.32 | 0.16 | 0.02 | 328.89 | 0.91 | 0.83 |
Hex | FB | AA | D4 | 0 | 20 | 10 | 2 | 149 | 5B | 53 |
Octal | 373 | 252 | 324 | 0 | 40 | 20 | 2 | 511 | 133 | 123 |
Binary | 11111011 | 10101010 | 11010100 | 0 | 100000 | 10000 | 10 | 101001001 | 1011011 | 1010011 |
Color Harmonies of #FBAAD4
Complementary color
Monochromatic Colors of #FBAAD4
Black with #FBAAD4
Text Example
Text Example
White with #FBAAD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBAAD4; }
p { color: rgb(251,170,212); }
H1.HeaderClassName
{
color: #FBAAD4;
}
.AnyTagClassName
{
color: #FBAAD4;
}
</style>
background-color css
<style>
a { background-color: #FBAAD4; }
a { background-color: rgb(251,170,212); }
div.DivClassName
{
background-color: #FBAAD4;
}
.BgClassName
{
background-color: #FBAAD4;
}
</style>
border-color css
<style>
span { border-color: #FBAAD4; }
span { border-color: rgb(251,170,212); }
td.TdClassName
{
border-color: #FBAAD4;
}
.TagClassName
{
border-color: #FBAAD4;
}
</style>