Shades of Classic Rose #FBBFDF
Tints of Classic Rose #FBBFDF
RGB
CMYK
RGB Variations
Color information
#FBBFDF (or 0xFBBFDF) is known color: Classic Rose. HEX triplet: FB, BF and DF. RGB value is (251,191,223). Sum of RGB (Red+Green+Blue) = 251+191+223=665 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.74% from 665); Green value is 191 (75% from 255 or 28.72% from 665); Blue value is 223 (87.5% from 255 or 33.53% from 665); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBFDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBFDF is #044020. Grayscale: #D4D4D4. Windows color (decimal): -278561 or 14663675. OLE color: 14663675.
HSL color Cylindrical-coordinate representation of color #FBBFDF: hue angle of 328º 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 #FBBFDF is Cyan = 0, Magento = 0.24, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 191 | 223 | - |
| CMYK | 0 | 0.24 | 0.11 | 0.02 |
| HSL | 328º | 0.88% | 0.87% | - |
| HSV(B) | 328º | 0.24% | 0.98% | - |
| XYZ | 71.73 | 63.1 | 78.21 | - |
| YUV | 212.59 | 133.88 | 155.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 191 | 223 | 0 | 0.24 | 0.11 | 0.02 | 328 | 0.88 | 0.87 |
| Hex | FB | BF | DF | 0 | 18 | B | 2 | 148 | 58 | 57 |
| Octal | 373 | 277 | 337 | 0 | 30 | 13 | 2 | 510 | 130 | 127 |
| Binary | 11111011 | 10111111 | 11011111 | 0 | 11000 | 1011 | 10 | 101001000 | 1011000 | 1010111 |
Color Harmonies of #FBBFDF
Complementary color
Monochromatic Colors of #FBBFDF
Black with #FBBFDF
Text Example
Text Example
White with #FBBFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBFDF; }
p { color: rgb(251,191,223); }
H1.HeaderClassName
{
color: #FBBFDF;
}
.AnyTagClassName
{
color: #FBBFDF;
}
</style>
background-color css
<style>
a { background-color: #FBBFDF; }
a { background-color: rgb(251,191,223); }
div.DivClassName
{
background-color: #FBBFDF;
}
.BgClassName
{
background-color: #FBBFDF;
}
</style>
border-color css
<style>
span { border-color: #FBBFDF; }
span { border-color: rgb(251,191,223); }
td.TdClassName
{
border-color: #FBBFDF;
}
.TagClassName
{
border-color: #FBBFDF;
}
</style>