Shades of Classic Rose #FBC8EC
Tints of Classic Rose #FBC8EC
RGB
CMYK
RGB Variations
Color information
#FBC8EC (or 0xFBC8EC) is known color: Classic Rose. HEX triplet: FB, C8 and EC. RGB value is (251,200,236). Sum of RGB (Red+Green+Blue) = 251+200+236=687 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.54% from 687); Green value is 200 (78.52% from 255 or 29.11% from 687); Blue value is 236 (92.58% from 255 or 34.35% from 687); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC8EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBC8EC is #043713. Grayscale: #DBDBDB. Windows color (decimal): -276244 or 15517947. OLE color: 15517947.
HSL color Cylindrical-coordinate representation of color #FBC8EC: hue angle of 317.65º degrees, saturation: 0.86, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FBC8EC is Cyan = 0, Magento = 0.20, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 200 | 236 | - |
| CMYK | 0 | 0.20 | 0.06 | 0.02 |
| HSL | 317.65º | 0.86% | 0.88% | - |
| HSV(B) | 317.65º | 0.2% | 0.98% | - |
| XYZ | 75.58 | 67.87 | 88.47 | - |
| YUV | 219.35 | 137.4 | 150.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 200 | 236 | 0 | 0.20 | 0.06 | 0.02 | 317.65 | 0.86 | 0.88 |
| Hex | FB | C8 | EC | 0 | 14 | 6 | 2 | 13E | 56 | 58 |
| Octal | 373 | 310 | 354 | 0 | 24 | 6 | 2 | 476 | 126 | 130 |
| Binary | 11111011 | 11001000 | 11101100 | 0 | 10100 | 110 | 10 | 100111110 | 1010110 | 1011000 |
Color Harmonies of #FBC8EC
Complementary color
Monochromatic Colors of #FBC8EC
Black with #FBC8EC
Text Example
Text Example
White with #FBC8EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC8EC; }
p { color: rgb(251,200,236); }
H1.HeaderClassName
{
color: #FBC8EC;
}
.AnyTagClassName
{
color: #FBC8EC;
}
</style>
background-color css
<style>
a { background-color: #FBC8EC; }
a { background-color: rgb(251,200,236); }
div.DivClassName
{
background-color: #FBC8EC;
}
.BgClassName
{
background-color: #FBC8EC;
}
</style>
border-color css
<style>
span { border-color: #FBC8EC; }
span { border-color: rgb(251,200,236); }
td.TdClassName
{
border-color: #FBC8EC;
}
.TagClassName
{
border-color: #FBC8EC;
}
</style>