Shades of Classic Rose #FBC6E5
Tints of Classic Rose #FBC6E5
RGB
CMYK
RGB Variations
Color information
#FBC6E5 (or 0xFBC6E5) is known color: Classic Rose. HEX triplet: FB, C6 and E5. RGB value is (251,198,229). Sum of RGB (Red+Green+Blue) = 251+198+229=678 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.02% from 678); Green value is 198 (77.73% from 255 or 29.20% from 678); Blue value is 229 (89.84% from 255 or 33.78% from 678); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC6E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC6E5 is #04391A. Grayscale: #D9D9D9. Windows color (decimal): -276763 or 15058683. OLE color: 15058683.
HSL color Cylindrical-coordinate representation of color #FBC6E5: hue angle of 324.91º degrees, saturation: 0.87, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FBC6E5 is Cyan = 0, Magento = 0.21, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 198 | 229 | - |
| CMYK | 0 | 0.21 | 0.09 | 0.02 |
| HSL | 324.91º | 0.87% | 0.88% | - |
| HSV(B) | 324.91º | 0.21% | 0.98% | - |
| XYZ | 74.12 | 66.55 | 83.07 | - |
| YUV | 217.38 | 134.56 | 151.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 198 | 229 | 0 | 0.21 | 0.09 | 0.02 | 324.91 | 0.87 | 0.88 |
| Hex | FB | C6 | E5 | 0 | 15 | 9 | 2 | 145 | 57 | 58 |
| Octal | 373 | 306 | 345 | 0 | 25 | 11 | 2 | 505 | 127 | 130 |
| Binary | 11111011 | 11000110 | 11100101 | 0 | 10101 | 1001 | 10 | 101000101 | 1010111 | 1011000 |
Color Harmonies of #FBC6E5
Complementary color
Monochromatic Colors of #FBC6E5
Black with #FBC6E5
Text Example
Text Example
White with #FBC6E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC6E5; }
p { color: rgb(251,198,229); }
H1.HeaderClassName
{
color: #FBC6E5;
}
.AnyTagClassName
{
color: #FBC6E5;
}
</style>
background-color css
<style>
a { background-color: #FBC6E5; }
a { background-color: rgb(251,198,229); }
div.DivClassName
{
background-color: #FBC6E5;
}
.BgClassName
{
background-color: #FBC6E5;
}
</style>
border-color css
<style>
span { border-color: #FBC6E5; }
span { border-color: rgb(251,198,229); }
td.TdClassName
{
border-color: #FBC6E5;
}
.TagClassName
{
border-color: #FBC6E5;
}
</style>