Shades of Classic Rose #FBC6E7
Tints of Classic Rose #FBC6E7
RGB
CMYK
RGB Variations
Color information
#FBC6E7 (or 0xFBC6E7) is known color: Classic Rose. HEX triplet: FB, C6 and E7. RGB value is (251,198,231). Sum of RGB (Red+Green+Blue) = 251+198+231=680 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.91% from 680); Green value is 198 (77.73% from 255 or 29.12% from 680); Blue value is 231 (90.62% from 255 or 33.97% from 680); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC6E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBC6E7 is #043918. Grayscale: #D9D9D9. Windows color (decimal): -276761 or 15189755. OLE color: 15189755.
HSL color Cylindrical-coordinate representation of color #FBC6E7: hue angle of 322.64º 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 #FBC6E7 is Cyan = 0, Magento = 0.21, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 198 | 231 | - |
| CMYK | 0 | 0.21 | 0.08 | 0.02 |
| HSL | 322.64º | 0.87% | 0.88% | - |
| HSV(B) | 322.64º | 0.21% | 0.98% | - |
| XYZ | 74.4 | 66.67 | 84.55 | - |
| YUV | 217.61 | 135.56 | 151.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 198 | 231 | 0 | 0.21 | 0.08 | 0.02 | 322.64 | 0.87 | 0.88 |
| Hex | FB | C6 | E7 | 0 | 15 | 8 | 2 | 143 | 57 | 58 |
| Octal | 373 | 306 | 347 | 0 | 25 | 10 | 2 | 503 | 127 | 130 |
| Binary | 11111011 | 11000110 | 11100111 | 0 | 10101 | 1000 | 10 | 101000011 | 1010111 | 1011000 |
Color Harmonies of #FBC6E7
Complementary color
Monochromatic Colors of #FBC6E7
Black with #FBC6E7
Text Example
Text Example
White with #FBC6E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC6E7; }
p { color: rgb(251,198,231); }
H1.HeaderClassName
{
color: #FBC6E7;
}
.AnyTagClassName
{
color: #FBC6E7;
}
</style>
background-color css
<style>
a { background-color: #FBC6E7; }
a { background-color: rgb(251,198,231); }
div.DivClassName
{
background-color: #FBC6E7;
}
.BgClassName
{
background-color: #FBC6E7;
}
</style>
border-color css
<style>
span { border-color: #FBC6E7; }
span { border-color: rgb(251,198,231); }
td.TdClassName
{
border-color: #FBC6E7;
}
.TagClassName
{
border-color: #FBC6E7;
}
</style>