Shades of Classic Rose #FBBFE1
Tints of Classic Rose #FBBFE1
RGB
CMYK
RGB Variations
Color information
#FBBFE1 (or 0xFBBFE1) is known color: Classic Rose. HEX triplet: FB, BF and E1. RGB value is (251,191,225). Sum of RGB (Red+Green+Blue) = 251+191+225=667 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.63% from 667); Green value is 191 (75% from 255 or 28.64% from 667); Blue value is 225 (88.28% from 255 or 33.73% from 667); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBFE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBFE1 is #04401E. Grayscale: #D4D4D4. Windows color (decimal): -278559 or 14794747. OLE color: 14794747.
HSL color Cylindrical-coordinate representation of color #FBBFE1: hue angle of 326º 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 #FBBFE1 is Cyan = 0, Magento = 0.24, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 191 | 225 | - |
| CMYK | 0 | 0.24 | 0.10 | 0.02 |
| HSL | 326º | 0.88% | 0.87% | - |
| HSV(B) | 326º | 0.24% | 0.98% | - |
| XYZ | 72.01 | 63.21 | 79.64 | - |
| YUV | 212.82 | 134.88 | 155.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 191 | 225 | 0 | 0.24 | 0.10 | 0.02 | 326 | 0.88 | 0.87 |
| Hex | FB | BF | E1 | 0 | 18 | A | 2 | 146 | 58 | 57 |
| Octal | 373 | 277 | 341 | 0 | 30 | 12 | 2 | 506 | 130 | 127 |
| Binary | 11111011 | 10111111 | 11100001 | 0 | 11000 | 1010 | 10 | 101000110 | 1011000 | 1010111 |
Color Harmonies of #FBBFE1
Complementary color
Monochromatic Colors of #FBBFE1
Black with #FBBFE1
Text Example
Text Example
White with #FBBFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBFE1; }
p { color: rgb(251,191,225); }
H1.HeaderClassName
{
color: #FBBFE1;
}
.AnyTagClassName
{
color: #FBBFE1;
}
</style>
background-color css
<style>
a { background-color: #FBBFE1; }
a { background-color: rgb(251,191,225); }
div.DivClassName
{
background-color: #FBBFE1;
}
.BgClassName
{
background-color: #FBBFE1;
}
</style>
border-color css
<style>
span { border-color: #FBBFE1; }
span { border-color: rgb(251,191,225); }
td.TdClassName
{
border-color: #FBBFE1;
}
.TagClassName
{
border-color: #FBBFE1;
}
</style>