Shades of Classic Rose #FBBFE2
Tints of Classic Rose #FBBFE2
RGB
CMYK
RGB Variations
Color information
#FBBFE2 (or 0xFBBFE2) is known color: Classic Rose. HEX triplet: FB, BF and E2. RGB value is (251,191,226). Sum of RGB (Red+Green+Blue) = 251+191+226=668 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.57% from 668); Green value is 191 (75% from 255 or 28.59% from 668); Blue value is 226 (88.67% from 255 or 33.83% from 668); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBFE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBFE2 is #04401D. Grayscale: #D4D4D4. Windows color (decimal): -278558 or 14860283. OLE color: 14860283.
HSL color Cylindrical-coordinate representation of color #FBBFE2: hue angle of 325º 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 #FBBFE2 is Cyan = 0, Magento = 0.24, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 191 | 226 | - |
| CMYK | 0 | 0.24 | 0.10 | 0.02 |
| HSL | 325º | 0.88% | 0.87% | - |
| HSV(B) | 325º | 0.24% | 0.98% | - |
| XYZ | 72.14 | 63.26 | 80.36 | - |
| YUV | 212.93 | 135.38 | 155.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 191 | 226 | 0 | 0.24 | 0.10 | 0.02 | 325 | 0.88 | 0.87 |
| Hex | FB | BF | E2 | 0 | 18 | A | 2 | 145 | 58 | 57 |
| Octal | 373 | 277 | 342 | 0 | 30 | 12 | 2 | 505 | 130 | 127 |
| Binary | 11111011 | 10111111 | 11100010 | 0 | 11000 | 1010 | 10 | 101000101 | 1011000 | 1010111 |
Color Harmonies of #FBBFE2
Complementary color
Monochromatic Colors of #FBBFE2
Black with #FBBFE2
Text Example
Text Example
White with #FBBFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBFE2; }
p { color: rgb(251,191,226); }
H1.HeaderClassName
{
color: #FBBFE2;
}
.AnyTagClassName
{
color: #FBBFE2;
}
</style>
background-color css
<style>
a { background-color: #FBBFE2; }
a { background-color: rgb(251,191,226); }
div.DivClassName
{
background-color: #FBBFE2;
}
.BgClassName
{
background-color: #FBBFE2;
}
</style>
border-color css
<style>
span { border-color: #FBBFE2; }
span { border-color: rgb(251,191,226); }
td.TdClassName
{
border-color: #FBBFE2;
}
.TagClassName
{
border-color: #FBBFE2;
}
</style>