Shades of Classic Rose #FBBFE6
Tints of Classic Rose #FBBFE6
RGB
CMYK
RGB Variations
Color information
#FBBFE6 (or 0xFBBFE6) is known color: Classic Rose. HEX triplet: FB, BF and E6. RGB value is (251,191,230). Sum of RGB (Red+Green+Blue) = 251+191+230=672 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.35% from 672); Green value is 191 (75% from 255 or 28.42% from 672); Blue value is 230 (90.23% from 255 or 34.23% from 672); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBFE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBBFE6 is #044019. Grayscale: #D5D5D5. Windows color (decimal): -278554 or 15122427. OLE color: 15122427.
HSL color Cylindrical-coordinate representation of color #FBBFE6: hue angle of 321º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FBBFE6 is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 191 | 230 | - |
| CMYK | 0 | 0.24 | 0.08 | 0.02 |
| HSL | 321º | 0.88% | 0.87% | - |
| HSV(B) | 321º | 0.24% | 0.98% | - |
| XYZ | 72.7 | 63.48 | 83.28 | - |
| YUV | 213.39 | 137.38 | 154.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 191 | 230 | 0 | 0.24 | 0.08 | 0.02 | 321 | 0.88 | 0.87 |
| Hex | FB | BF | E6 | 0 | 18 | 8 | 2 | 141 | 58 | 57 |
| Octal | 373 | 277 | 346 | 0 | 30 | 10 | 2 | 501 | 130 | 127 |
| Binary | 11111011 | 10111111 | 11100110 | 0 | 11000 | 1000 | 10 | 101000001 | 1011000 | 1010111 |
Color Harmonies of #FBBFE6
Complementary color
Monochromatic Colors of #FBBFE6
Black with #FBBFE6
Text Example
Text Example
White with #FBBFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBFE6; }
p { color: rgb(251,191,230); }
H1.HeaderClassName
{
color: #FBBFE6;
}
.AnyTagClassName
{
color: #FBBFE6;
}
</style>
background-color css
<style>
a { background-color: #FBBFE6; }
a { background-color: rgb(251,191,230); }
div.DivClassName
{
background-color: #FBBFE6;
}
.BgClassName
{
background-color: #FBBFE6;
}
</style>
border-color css
<style>
span { border-color: #FBBFE6; }
span { border-color: rgb(251,191,230); }
td.TdClassName
{
border-color: #FBBFE6;
}
.TagClassName
{
border-color: #FBBFE6;
}
</style>