Shades of Classic Rose #FBC8ED
Tints of Classic Rose #FBC8ED
RGB
CMYK
RGB Variations
Color information
#FBC8ED (or 0xFBC8ED) is known color: Classic Rose. HEX triplet: FB, C8 and ED. RGB value is (251,200,237). Sum of RGB (Red+Green+Blue) = 251+200+237=688 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.48% from 688); Green value is 200 (78.52% from 255 or 29.07% from 688); Blue value is 237 (92.97% from 255 or 34.45% from 688); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC8ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBC8ED is #043712. Grayscale: #DBDBDB. Windows color (decimal): -276243 or 15583483. OLE color: 15583483.
HSL color Cylindrical-coordinate representation of color #FBC8ED: hue angle of 316.47º 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 #FBC8ED is Cyan = 0, Magento = 0.20, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 200 | 237 | - |
| CMYK | 0 | 0.20 | 0.06 | 0.02 |
| HSL | 316.47º | 0.86% | 0.88% | - |
| HSV(B) | 316.47º | 0.2% | 0.98% | - |
| XYZ | 75.72 | 67.93 | 89.24 | - |
| YUV | 219.47 | 137.9 | 150.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 200 | 237 | 0 | 0.20 | 0.06 | 0.02 | 316.47 | 0.86 | 0.88 |
| Hex | FB | C8 | ED | 0 | 14 | 6 | 2 | 13C | 56 | 58 |
| Octal | 373 | 310 | 355 | 0 | 24 | 6 | 2 | 474 | 126 | 130 |
| Binary | 11111011 | 11001000 | 11101101 | 0 | 10100 | 110 | 10 | 100111100 | 1010110 | 1011000 |
Color Harmonies of #FBC8ED
Complementary color
Monochromatic Colors of #FBC8ED
Black with #FBC8ED
Text Example
Text Example
White with #FBC8ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC8ED; }
p { color: rgb(251,200,237); }
H1.HeaderClassName
{
color: #FBC8ED;
}
.AnyTagClassName
{
color: #FBC8ED;
}
</style>
background-color css
<style>
a { background-color: #FBC8ED; }
a { background-color: rgb(251,200,237); }
div.DivClassName
{
background-color: #FBC8ED;
}
.BgClassName
{
background-color: #FBC8ED;
}
</style>
border-color css
<style>
span { border-color: #FBC8ED; }
span { border-color: rgb(251,200,237); }
td.TdClassName
{
border-color: #FBC8ED;
}
.TagClassName
{
border-color: #FBC8ED;
}
</style>