Shades of Classic Rose #FBC6EA
Tints of Classic Rose #FBC6EA
RGB
CMYK
RGB Variations
Color information
#FBC6EA (or 0xFBC6EA) is known color: Classic Rose. HEX triplet: FB, C6 and EA. RGB value is (251,198,234). Sum of RGB (Red+Green+Blue) = 251+198+234=683 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.75% from 683); Green value is 198 (77.73% from 255 or 28.99% from 683); Blue value is 234 (91.80% from 255 or 34.26% from 683); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC6EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBC6EA is #043915. Grayscale: #D9D9D9. Windows color (decimal): -276758 or 15386363. OLE color: 15386363.
HSL color Cylindrical-coordinate representation of color #FBC6EA: hue angle of 319.25º 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 #FBC6EA is Cyan = 0, Magento = 0.21, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 198 | 234 | - |
| CMYK | 0 | 0.21 | 0.07 | 0.02 |
| HSL | 319.25º | 0.87% | 0.88% | - |
| HSV(B) | 319.25º | 0.21% | 0.98% | - |
| XYZ | 74.83 | 66.84 | 86.8 | - |
| YUV | 217.95 | 137.06 | 151.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 198 | 234 | 0 | 0.21 | 0.07 | 0.02 | 319.25 | 0.87 | 0.88 |
| Hex | FB | C6 | EA | 0 | 15 | 7 | 2 | 13F | 57 | 58 |
| Octal | 373 | 306 | 352 | 0 | 25 | 7 | 2 | 477 | 127 | 130 |
| Binary | 11111011 | 11000110 | 11101010 | 0 | 10101 | 111 | 10 | 100111111 | 1010111 | 1011000 |
Color Harmonies of #FBC6EA
Complementary color
Monochromatic Colors of #FBC6EA
Black with #FBC6EA
Text Example
Text Example
White with #FBC6EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC6EA; }
p { color: rgb(251,198,234); }
H1.HeaderClassName
{
color: #FBC6EA;
}
.AnyTagClassName
{
color: #FBC6EA;
}
</style>
background-color css
<style>
a { background-color: #FBC6EA; }
a { background-color: rgb(251,198,234); }
div.DivClassName
{
background-color: #FBC6EA;
}
.BgClassName
{
background-color: #FBC6EA;
}
</style>
border-color css
<style>
span { border-color: #FBC6EA; }
span { border-color: rgb(251,198,234); }
td.TdClassName
{
border-color: #FBC6EA;
}
.TagClassName
{
border-color: #FBC6EA;
}
</style>