Shades of Lavender Pink #FBB6E0
Tints of Lavender Pink #FBB6E0
RGB
CMYK
RGB Variations
Color information
#FBB6E0 (or 0xFBB6E0) is known color: Lavender Pink. HEX triplet: FB, B6 and E0. RGB value is (251,182,224). Sum of RGB (Red+Green+Blue) = 251+182+224=657 (87% of max value = 765). Red value is 251 (98.44% from 255 or 38.20% from 657); Green value is 182 (71.48% from 255 or 27.70% from 657); Blue value is 224 (87.89% from 255 or 34.09% from 657); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB6E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBB6E0 is #04491F. Grayscale: #CFCFCF. Windows color (decimal): -280864 or 14726907. OLE color: 14726907.
HSL color Cylindrical-coordinate representation of color #FBB6E0: hue angle of 323.48º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FBB6E0 is Cyan = 0, Magento = 0.27, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 182 | 224 | - |
| CMYK | 0 | 0.27 | 0.11 | 0.02 |
| HSL | 323.48º | 0.9% | 0.85% | - |
| HSV(B) | 323.48º | 0.27% | 0.98% | - |
| XYZ | 69.97 | 59.35 | 78.29 | - |
| YUV | 207.42 | 137.36 | 159.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 182 | 224 | 0 | 0.27 | 0.11 | 0.02 | 323.48 | 0.9 | 0.85 |
| Hex | FB | B6 | E0 | 0 | 1B | B | 2 | 143 | 5A | 55 |
| Octal | 373 | 266 | 340 | 0 | 33 | 13 | 2 | 503 | 132 | 125 |
| Binary | 11111011 | 10110110 | 11100000 | 0 | 11011 | 1011 | 10 | 101000011 | 1011010 | 1010101 |
Color Harmonies of #FBB6E0
Complementary color
Monochromatic Colors of #FBB6E0
Black with #FBB6E0
Text Example
Text Example
White with #FBB6E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB6E0; }
p { color: rgb(251,182,224); }
H1.HeaderClassName
{
color: #FBB6E0;
}
.AnyTagClassName
{
color: #FBB6E0;
}
</style>
background-color css
<style>
a { background-color: #FBB6E0; }
a { background-color: rgb(251,182,224); }
div.DivClassName
{
background-color: #FBB6E0;
}
.BgClassName
{
background-color: #FBB6E0;
}
</style>
border-color css
<style>
span { border-color: #FBB6E0; }
span { border-color: rgb(251,182,224); }
td.TdClassName
{
border-color: #FBB6E0;
}
.TagClassName
{
border-color: #FBB6E0;
}
</style>