Shades of Classic Rose #FBC8EF
Tints of Classic Rose #FBC8EF
RGB
CMYK
RGB Variations
Color information
#FBC8EF (or 0xFBC8EF) is known color: Classic Rose. HEX triplet: FB, C8 and EF. RGB value is (251,200,239). Sum of RGB (Red+Green+Blue) = 251+200+239=690 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.38% from 690); Green value is 200 (78.52% from 255 or 28.99% from 690); Blue value is 239 (93.75% from 255 or 34.64% from 690); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC8EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBC8EF is #043710. Grayscale: #DBDBDB. Windows color (decimal): -276241 or 15714555. OLE color: 15714555.
HSL color Cylindrical-coordinate representation of color #FBC8EF: hue angle of 314.12º 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 #FBC8EF is Cyan = 0, Magento = 0.20, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 200 | 239 | - |
| CMYK | 0 | 0.20 | 0.05 | 0.02 |
| HSL | 314.12º | 0.86% | 0.88% | - |
| HSV(B) | 314.12º | 0.2% | 0.98% | - |
| XYZ | 76.02 | 68.05 | 90.79 | - |
| YUV | 219.7 | 138.9 | 150.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 200 | 239 | 0 | 0.20 | 0.05 | 0.02 | 314.12 | 0.86 | 0.88 |
| Hex | FB | C8 | EF | 0 | 14 | 5 | 2 | 13A | 56 | 58 |
| Octal | 373 | 310 | 357 | 0 | 24 | 5 | 2 | 472 | 126 | 130 |
| Binary | 11111011 | 11001000 | 11101111 | 0 | 10100 | 101 | 10 | 100111010 | 1010110 | 1011000 |
Color Harmonies of #FBC8EF
Complementary color
Monochromatic Colors of #FBC8EF
Black with #FBC8EF
Text Example
Text Example
White with #FBC8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC8EF; }
p { color: rgb(251,200,239); }
H1.HeaderClassName
{
color: #FBC8EF;
}
.AnyTagClassName
{
color: #FBC8EF;
}
</style>
background-color css
<style>
a { background-color: #FBC8EF; }
a { background-color: rgb(251,200,239); }
div.DivClassName
{
background-color: #FBC8EF;
}
.BgClassName
{
background-color: #FBC8EF;
}
</style>
border-color css
<style>
span { border-color: #FBC8EF; }
span { border-color: rgb(251,200,239); }
td.TdClassName
{
border-color: #FBC8EF;
}
.TagClassName
{
border-color: #FBC8EF;
}
</style>