Shades of Classic Rose #FBC8E3
Tints of Classic Rose #FBC8E3
RGB
CMYK
RGB Variations
Color information
#FBC8E3 (or 0xFBC8E3) is known color: Classic Rose. HEX triplet: FB, C8 and E3. RGB value is (251,200,227). Sum of RGB (Red+Green+Blue) = 251+200+227=678 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.02% from 678); Green value is 200 (78.52% from 255 or 29.50% from 678); Blue value is 227 (89.06% from 255 or 33.48% from 678); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC8E3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC8E3 is #04371C. Grayscale: #DADADA. Windows color (decimal): -276253 or 14928123. OLE color: 14928123.
HSL color Cylindrical-coordinate representation of color #FBC8E3: hue angle of 328.24º 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 #FBC8E3 is Cyan = 0, Magento = 0.20, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 200 | 227 | - |
| CMYK | 0 | 0.20 | 0.10 | 0.02 |
| HSL | 328.24º | 0.86% | 0.88% | - |
| HSV(B) | 328.24º | 0.2% | 0.98% | - |
| XYZ | 74.3 | 67.36 | 81.76 | - |
| YUV | 218.33 | 132.9 | 151.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 200 | 227 | 0 | 0.20 | 0.10 | 0.02 | 328.24 | 0.86 | 0.88 |
| Hex | FB | C8 | E3 | 0 | 14 | A | 2 | 148 | 56 | 58 |
| Octal | 373 | 310 | 343 | 0 | 24 | 12 | 2 | 510 | 126 | 130 |
| Binary | 11111011 | 11001000 | 11100011 | 0 | 10100 | 1010 | 10 | 101001000 | 1010110 | 1011000 |
Color Harmonies of #FBC8E3
Complementary color
Monochromatic Colors of #FBC8E3
Black with #FBC8E3
Text Example
Text Example
White with #FBC8E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC8E3; }
p { color: rgb(251,200,227); }
H1.HeaderClassName
{
color: #FBC8E3;
}
.AnyTagClassName
{
color: #FBC8E3;
}
</style>
background-color css
<style>
a { background-color: #FBC8E3; }
a { background-color: rgb(251,200,227); }
div.DivClassName
{
background-color: #FBC8E3;
}
.BgClassName
{
background-color: #FBC8E3;
}
</style>
border-color css
<style>
span { border-color: #FBC8E3; }
span { border-color: rgb(251,200,227); }
td.TdClassName
{
border-color: #FBC8E3;
}
.TagClassName
{
border-color: #FBC8E3;
}
</style>