Shades of Lavender Rose #FBB8F4
Tints of Lavender Rose #FBB8F4
RGB
CMYK
RGB Variations
Color information
#FBB8F4 (or 0xFBB8F4) is known color: Lavender Rose. HEX triplet: FB, B8 and F4. RGB value is (251,184,244). Sum of RGB (Red+Green+Blue) = 251+184+244=679 (89% of max value = 765). Red value is 251 (98.44% from 255 or 36.97% from 679); Green value is 184 (72.27% from 255 or 27.10% from 679); Blue value is 244 (95.70% from 255 or 35.94% from 679); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB8F4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBB8F4 is #04470B. Grayscale: #D2D2D2. Windows color (decimal): -280332 or 16038139. OLE color: 16038139.
HSL color Cylindrical-coordinate representation of color #FBB8F4: hue angle of 306.27º degrees, saturation: 0.89, 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 #FBB8F4 is Cyan = 0, Magento = 0.27, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 184 | 244 | - |
| CMYK | 0 | 0.27 | 0.03 | 0.02 |
| HSL | 306.27º | 0.89% | 0.85% | - |
| HSV(B) | 306.27º | 0.27% | 0.98% | - |
| XYZ | 73.25 | 61.32 | 93.56 | - |
| YUV | 210.87 | 146.7 | 156.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 184 | 244 | 0 | 0.27 | 0.03 | 0.02 | 306.27 | 0.89 | 0.85 |
| Hex | FB | B8 | F4 | 0 | 1B | 3 | 2 | 132 | 59 | 55 |
| Octal | 373 | 270 | 364 | 0 | 33 | 3 | 2 | 462 | 131 | 125 |
| Binary | 11111011 | 10111000 | 11110100 | 0 | 11011 | 11 | 10 | 100110010 | 1011001 | 1010101 |
Color Harmonies of #FBB8F4
Complementary color
Monochromatic Colors of #FBB8F4
Black with #FBB8F4
Text Example
Text Example
White with #FBB8F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB8F4; }
p { color: rgb(251,184,244); }
H1.HeaderClassName
{
color: #FBB8F4;
}
.AnyTagClassName
{
color: #FBB8F4;
}
</style>
background-color css
<style>
a { background-color: #FBB8F4; }
a { background-color: rgb(251,184,244); }
div.DivClassName
{
background-color: #FBB8F4;
}
.BgClassName
{
background-color: #FBB8F4;
}
</style>
border-color css
<style>
span { border-color: #FBB8F4; }
span { border-color: rgb(251,184,244); }
td.TdClassName
{
border-color: #FBB8F4;
}
.TagClassName
{
border-color: #FBB8F4;
}
</style>