Shades of Lavender Rose #FBB8F2
Tints of Lavender Rose #FBB8F2
RGB
CMYK
RGB Variations
Color information
#FBB8F2 (or 0xFBB8F2) is known color: Lavender Rose. HEX triplet: FB, B8 and F2. RGB value is (251,184,242). Sum of RGB (Red+Green+Blue) = 251+184+242=677 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.08% from 677); Green value is 184 (72.27% from 255 or 27.18% from 677); Blue value is 242 (94.92% from 255 or 35.75% from 677); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB8F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBB8F2 is #04470D. Grayscale: #D2D2D2. Windows color (decimal): -280334 or 15907067. OLE color: 15907067.
HSL color Cylindrical-coordinate representation of color #FBB8F2: hue angle of 308.06º 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 #FBB8F2 is Cyan = 0, Magento = 0.27, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 184 | 242 | - |
| CMYK | 0 | 0.27 | 0.04 | 0.02 |
| HSL | 308.06º | 0.89% | 0.85% | - |
| HSV(B) | 308.06º | 0.27% | 0.98% | - |
| XYZ | 72.95 | 61.2 | 91.97 | - |
| YUV | 210.65 | 145.7 | 156.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 184 | 242 | 0 | 0.27 | 0.04 | 0.02 | 308.06 | 0.89 | 0.85 |
| Hex | FB | B8 | F2 | 0 | 1B | 4 | 2 | 134 | 59 | 55 |
| Octal | 373 | 270 | 362 | 0 | 33 | 4 | 2 | 464 | 131 | 125 |
| Binary | 11111011 | 10111000 | 11110010 | 0 | 11011 | 100 | 10 | 100110100 | 1011001 | 1010101 |
Color Harmonies of #FBB8F2
Complementary color
Monochromatic Colors of #FBB8F2
Black with #FBB8F2
Text Example
Text Example
White with #FBB8F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB8F2; }
p { color: rgb(251,184,242); }
H1.HeaderClassName
{
color: #FBB8F2;
}
.AnyTagClassName
{
color: #FBB8F2;
}
</style>
background-color css
<style>
a { background-color: #FBB8F2; }
a { background-color: rgb(251,184,242); }
div.DivClassName
{
background-color: #FBB8F2;
}
.BgClassName
{
background-color: #FBB8F2;
}
</style>
border-color css
<style>
span { border-color: #FBB8F2; }
span { border-color: rgb(251,184,242); }
td.TdClassName
{
border-color: #FBB8F2;
}
.TagClassName
{
border-color: #FBB8F2;
}
</style>