Shades of Classic Rose #FBC6ED
Tints of Classic Rose #FBC6ED
RGB
CMYK
RGB Variations
Color information
#FBC6ED (or 0xFBC6ED) is known color: Classic Rose. HEX triplet: FB, C6 and ED. RGB value is (251,198,237). Sum of RGB (Red+Green+Blue) = 251+198+237=686 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.59% from 686); Green value is 198 (77.73% from 255 or 28.86% from 686); Blue value is 237 (92.97% from 255 or 34.55% from 686); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC6ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBC6ED is #043912. Grayscale: #DADADA. Windows color (decimal): -276755 or 15582971. OLE color: 15582971.
HSL color Cylindrical-coordinate representation of color #FBC6ED: hue angle of 315.85º 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 #FBC6ED is Cyan = 0, Magento = 0.21, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 198 | 237 | - |
| CMYK | 0 | 0.21 | 0.06 | 0.02 |
| HSL | 315.85º | 0.87% | 0.88% | - |
| HSV(B) | 315.85º | 0.21% | 0.98% | - |
| XYZ | 75.26 | 67.01 | 89.09 | - |
| YUV | 218.29 | 138.56 | 151.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 198 | 237 | 0 | 0.21 | 0.06 | 0.02 | 315.85 | 0.87 | 0.88 |
| Hex | FB | C6 | ED | 0 | 15 | 6 | 2 | 13C | 57 | 58 |
| Octal | 373 | 306 | 355 | 0 | 25 | 6 | 2 | 474 | 127 | 130 |
| Binary | 11111011 | 11000110 | 11101101 | 0 | 10101 | 110 | 10 | 100111100 | 1010111 | 1011000 |
Color Harmonies of #FBC6ED
Complementary color
Monochromatic Colors of #FBC6ED
Black with #FBC6ED
Text Example
Text Example
White with #FBC6ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC6ED; }
p { color: rgb(251,198,237); }
H1.HeaderClassName
{
color: #FBC6ED;
}
.AnyTagClassName
{
color: #FBC6ED;
}
</style>
background-color css
<style>
a { background-color: #FBC6ED; }
a { background-color: rgb(251,198,237); }
div.DivClassName
{
background-color: #FBC6ED;
}
.BgClassName
{
background-color: #FBC6ED;
}
</style>
border-color css
<style>
span { border-color: #FBC6ED; }
span { border-color: rgb(251,198,237); }
td.TdClassName
{
border-color: #FBC6ED;
}
.TagClassName
{
border-color: #FBC6ED;
}
</style>