Shades of Classic Rose #FBC1DF
Tints of Classic Rose #FBC1DF
RGB
CMYK
RGB Variations
Color information
#FBC1DF (or 0xFBC1DF) is known color: Classic Rose. HEX triplet: FB, C1 and DF. RGB value is (251,193,223). Sum of RGB (Red+Green+Blue) = 251+193+223=667 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.63% from 667); Green value is 193 (75.78% from 255 or 28.94% from 667); Blue value is 223 (87.5% from 255 or 33.43% from 667); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC1DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC1DF is #043E20. Grayscale: #D5D5D5. Windows color (decimal): -278049 or 14664187. OLE color: 14664187.
HSL color Cylindrical-coordinate representation of color #FBC1DF: hue angle of 328.97º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FBC1DF is Cyan = 0, Magento = 0.23, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 193 | 223 | - |
| CMYK | 0 | 0.23 | 0.11 | 0.02 |
| HSL | 328.97º | 0.88% | 0.87% | - |
| HSV(B) | 328.97º | 0.23% | 0.98% | - |
| XYZ | 72.17 | 63.98 | 78.36 | - |
| YUV | 213.76 | 133.22 | 154.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 193 | 223 | 0 | 0.23 | 0.11 | 0.02 | 328.97 | 0.88 | 0.87 |
| Hex | FB | C1 | DF | 0 | 17 | B | 2 | 149 | 58 | 57 |
| Octal | 373 | 301 | 337 | 0 | 27 | 13 | 2 | 511 | 130 | 127 |
| Binary | 11111011 | 11000001 | 11011111 | 0 | 10111 | 1011 | 10 | 101001001 | 1011000 | 1010111 |
Color Harmonies of #FBC1DF
Complementary color
Monochromatic Colors of #FBC1DF
Black with #FBC1DF
Text Example
Text Example
White with #FBC1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC1DF; }
p { color: rgb(251,193,223); }
H1.HeaderClassName
{
color: #FBC1DF;
}
.AnyTagClassName
{
color: #FBC1DF;
}
</style>
background-color css
<style>
a { background-color: #FBC1DF; }
a { background-color: rgb(251,193,223); }
div.DivClassName
{
background-color: #FBC1DF;
}
.BgClassName
{
background-color: #FBC1DF;
}
</style>
border-color css
<style>
span { border-color: #FBC1DF; }
span { border-color: rgb(251,193,223); }
td.TdClassName
{
border-color: #FBC1DF;
}
.TagClassName
{
border-color: #FBC1DF;
}
</style>