Shades of Classic Rose #FBBFDE
Tints of Classic Rose #FBBFDE
RGB
CMYK
RGB Variations
Color information
#FBBFDE (or 0xFBBFDE) is known color: Classic Rose. HEX triplet: FB, BF and DE. RGB value is (251,191,222). Sum of RGB (Red+Green+Blue) = 251+191+222=664 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.80% from 664); Green value is 191 (75% from 255 or 28.77% from 664); Blue value is 222 (87.11% from 255 or 33.43% from 664); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBFDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBFDE is #044021. Grayscale: #D4D4D4. Windows color (decimal): -278562 or 14598139. OLE color: 14598139.
HSL color Cylindrical-coordinate representation of color #FBBFDE: hue angle of 329º 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 #FBBFDE is Cyan = 0, Magento = 0.24, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 191 | 222 | - |
| CMYK | 0 | 0.24 | 0.12 | 0.02 |
| HSL | 329º | 0.88% | 0.87% | - |
| HSV(B) | 329º | 0.24% | 0.98% | - |
| XYZ | 71.6 | 63.04 | 77.5 | - |
| YUV | 212.47 | 133.38 | 155.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 191 | 222 | 0 | 0.24 | 0.12 | 0.02 | 329 | 0.88 | 0.87 |
| Hex | FB | BF | DE | 0 | 18 | C | 2 | 149 | 58 | 57 |
| Octal | 373 | 277 | 336 | 0 | 30 | 14 | 2 | 511 | 130 | 127 |
| Binary | 11111011 | 10111111 | 11011110 | 0 | 11000 | 1100 | 10 | 101001001 | 1011000 | 1010111 |
Color Harmonies of #FBBFDE
Complementary color
Monochromatic Colors of #FBBFDE
Black with #FBBFDE
Text Example
Text Example
White with #FBBFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBFDE; }
p { color: rgb(251,191,222); }
H1.HeaderClassName
{
color: #FBBFDE;
}
.AnyTagClassName
{
color: #FBBFDE;
}
</style>
background-color css
<style>
a { background-color: #FBBFDE; }
a { background-color: rgb(251,191,222); }
div.DivClassName
{
background-color: #FBBFDE;
}
.BgClassName
{
background-color: #FBBFDE;
}
</style>
border-color css
<style>
span { border-color: #FBBFDE; }
span { border-color: rgb(251,191,222); }
td.TdClassName
{
border-color: #FBBFDE;
}
.TagClassName
{
border-color: #FBBFDE;
}
</style>