Shades of Classic Rose #FBC2DF
Tints of Classic Rose #FBC2DF
RGB
CMYK
RGB Variations
Color information
#FBC2DF (or 0xFBC2DF) is known color: Classic Rose. HEX triplet: FB, C2 and DF. RGB value is (251,194,223). Sum of RGB (Red+Green+Blue) = 251+194+223=668 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.57% from 668); Green value is 194 (76.17% from 255 or 29.04% from 668); Blue value is 223 (87.5% from 255 or 33.38% from 668); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC2DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC2DF is #043D20. Grayscale: #D6D6D6. Windows color (decimal): -277793 or 14664443. OLE color: 14664443.
HSL color Cylindrical-coordinate representation of color #FBC2DF: hue angle of 329.47º 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 #FBC2DF is Cyan = 0, Magento = 0.23, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 194 | 223 | - |
| CMYK | 0 | 0.23 | 0.11 | 0.02 |
| HSL | 329.47º | 0.88% | 0.87% | - |
| HSV(B) | 329.47º | 0.23% | 0.98% | - |
| XYZ | 72.39 | 64.42 | 78.43 | - |
| YUV | 214.35 | 132.88 | 154.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 194 | 223 | 0 | 0.23 | 0.11 | 0.02 | 329.47 | 0.88 | 0.87 |
| Hex | FB | C2 | DF | 0 | 17 | B | 2 | 149 | 58 | 57 |
| Octal | 373 | 302 | 337 | 0 | 27 | 13 | 2 | 511 | 130 | 127 |
| Binary | 11111011 | 11000010 | 11011111 | 0 | 10111 | 1011 | 10 | 101001001 | 1011000 | 1010111 |
Color Harmonies of #FBC2DF
Complementary color
Monochromatic Colors of #FBC2DF
Black with #FBC2DF
Text Example
Text Example
White with #FBC2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC2DF; }
p { color: rgb(251,194,223); }
H1.HeaderClassName
{
color: #FBC2DF;
}
.AnyTagClassName
{
color: #FBC2DF;
}
</style>
background-color css
<style>
a { background-color: #FBC2DF; }
a { background-color: rgb(251,194,223); }
div.DivClassName
{
background-color: #FBC2DF;
}
.BgClassName
{
background-color: #FBC2DF;
}
</style>
border-color css
<style>
span { border-color: #FBC2DF; }
span { border-color: rgb(251,194,223); }
td.TdClassName
{
border-color: #FBC2DF;
}
.TagClassName
{
border-color: #FBC2DF;
}
</style>