Shades of Classic Rose #FBC6DF
Tints of Classic Rose #FBC6DF
RGB
CMYK
RGB Variations
Color information
#FBC6DF (or 0xFBC6DF) is known color: Classic Rose. HEX triplet: FB, C6 and DF. RGB value is (251,198,223). Sum of RGB (Red+Green+Blue) = 251+198+223=672 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.35% from 672); Green value is 198 (77.73% from 255 or 29.46% from 672); Blue value is 223 (87.5% from 255 or 33.18% from 672); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC6DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC6DF is #043920. Grayscale: #D8D8D8. Windows color (decimal): -276769 or 14665467. OLE color: 14665467.
HSL color Cylindrical-coordinate representation of color #FBC6DF: hue angle of 331.7º degrees, saturation: 0.87, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FBC6DF is Cyan = 0, Magento = 0.21, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 198 | 223 | - |
| CMYK | 0 | 0.21 | 0.11 | 0.02 |
| HSL | 331.7º | 0.87% | 0.88% | - |
| HSV(B) | 331.7º | 0.21% | 0.98% | - |
| XYZ | 73.3 | 66.23 | 78.73 | - |
| YUV | 216.7 | 131.56 | 152.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 198 | 223 | 0 | 0.21 | 0.11 | 0.02 | 331.7 | 0.87 | 0.88 |
| Hex | FB | C6 | DF | 0 | 15 | B | 2 | 14C | 57 | 58 |
| Octal | 373 | 306 | 337 | 0 | 25 | 13 | 2 | 514 | 127 | 130 |
| Binary | 11111011 | 11000110 | 11011111 | 0 | 10101 | 1011 | 10 | 101001100 | 1010111 | 1011000 |
Color Harmonies of #FBC6DF
Complementary color
Monochromatic Colors of #FBC6DF
Black with #FBC6DF
Text Example
Text Example
White with #FBC6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC6DF; }
p { color: rgb(251,198,223); }
H1.HeaderClassName
{
color: #FBC6DF;
}
.AnyTagClassName
{
color: #FBC6DF;
}
</style>
background-color css
<style>
a { background-color: #FBC6DF; }
a { background-color: rgb(251,198,223); }
div.DivClassName
{
background-color: #FBC6DF;
}
.BgClassName
{
background-color: #FBC6DF;
}
</style>
border-color css
<style>
span { border-color: #FBC6DF; }
span { border-color: rgb(251,198,223); }
td.TdClassName
{
border-color: #FBC6DF;
}
.TagClassName
{
border-color: #FBC6DF;
}
</style>