Shades of Lavender Pink #FBA8CF
Tints of Lavender Pink #FBA8CF
RGB
CMYK
RGB Variations
Color information
#FBA8CF (or 0xFBA8CF) is known color: Lavender Pink. HEX triplet: FB, A8 and CF. RGB value is (251,168,207). Sum of RGB (Red+Green+Blue) = 251+168+207=626 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.10% from 626); Green value is 168 (66.02% from 255 or 26.84% from 626); Blue value is 207 (81.25% from 255 or 33.07% from 626); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA8CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA8CF is #045730. Grayscale: #C5C5C5. Windows color (decimal): -284465 or 13609211. OLE color: 13609211.
HSL color Cylindrical-coordinate representation of color #FBA8CF: hue angle of 331.81º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FBA8CF is Cyan = 0, Magento = 0.33, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 168 | 207 | - |
| CMYK | 0 | 0.33 | 0.18 | 0.02 |
| HSL | 331.81º | 0.91% | 0.82% | - |
| HSV(B) | 331.81º | 0.33% | 0.98% | - |
| XYZ | 65.05 | 53.02 | 65.84 | - |
| YUV | 197.26 | 133.5 | 166.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 168 | 207 | 0 | 0.33 | 0.18 | 0.02 | 331.81 | 0.91 | 0.82 |
| Hex | FB | A8 | CF | 0 | 21 | 12 | 2 | 14C | 5B | 52 |
| Octal | 373 | 250 | 317 | 0 | 41 | 22 | 2 | 514 | 133 | 122 |
| Binary | 11111011 | 10101000 | 11001111 | 0 | 100001 | 10010 | 10 | 101001100 | 1011011 | 1010010 |
Color Harmonies of #FBA8CF
Complementary color
Monochromatic Colors of #FBA8CF
Black with #FBA8CF
Text Example
Text Example
White with #FBA8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA8CF; }
p { color: rgb(251,168,207); }
H1.HeaderClassName
{
color: #FBA8CF;
}
.AnyTagClassName
{
color: #FBA8CF;
}
</style>
background-color css
<style>
a { background-color: #FBA8CF; }
a { background-color: rgb(251,168,207); }
div.DivClassName
{
background-color: #FBA8CF;
}
.BgClassName
{
background-color: #FBA8CF;
}
</style>
border-color css
<style>
span { border-color: #FBA8CF; }
span { border-color: rgb(251,168,207); }
td.TdClassName
{
border-color: #FBA8CF;
}
.TagClassName
{
border-color: #FBA8CF;
}
</style>