Shades of Classic Rose #FBC1E9
Tints of Classic Rose #FBC1E9
RGB
CMYK
RGB Variations
Color information
#FBC1E9 (or 0xFBC1E9) is known color: Classic Rose. HEX triplet: FB, C1 and E9. RGB value is (251,193,233). Sum of RGB (Red+Green+Blue) = 251+193+233=677 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.08% from 677); Green value is 193 (75.78% from 255 or 28.51% from 677); Blue value is 233 (91.41% from 255 or 34.42% from 677); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC1E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBC1E9 is #043E16. Grayscale: #D6D6D6. Windows color (decimal): -278039 or 15319547. OLE color: 15319547.
HSL color Cylindrical-coordinate representation of color #FBC1E9: hue angle of 318.62º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FBC1E9 is Cyan = 0, Magento = 0.23, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 193 | 233 | - |
| CMYK | 0 | 0.23 | 0.07 | 0.02 |
| HSL | 318.62º | 0.88% | 0.87% | - |
| HSV(B) | 318.62º | 0.23% | 0.98% | - |
| XYZ | 73.56 | 64.53 | 85.67 | - |
| YUV | 214.9 | 138.22 | 153.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 193 | 233 | 0 | 0.23 | 0.07 | 0.02 | 318.62 | 0.88 | 0.87 |
| Hex | FB | C1 | E9 | 0 | 17 | 7 | 2 | 13F | 58 | 57 |
| Octal | 373 | 301 | 351 | 0 | 27 | 7 | 2 | 477 | 130 | 127 |
| Binary | 11111011 | 11000001 | 11101001 | 0 | 10111 | 111 | 10 | 100111111 | 1011000 | 1010111 |
Color Harmonies of #FBC1E9
Complementary color
Monochromatic Colors of #FBC1E9
Black with #FBC1E9
Text Example
Text Example
White with #FBC1E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC1E9; }
p { color: rgb(251,193,233); }
H1.HeaderClassName
{
color: #FBC1E9;
}
.AnyTagClassName
{
color: #FBC1E9;
}
</style>
background-color css
<style>
a { background-color: #FBC1E9; }
a { background-color: rgb(251,193,233); }
div.DivClassName
{
background-color: #FBC1E9;
}
.BgClassName
{
background-color: #FBC1E9;
}
</style>
border-color css
<style>
span { border-color: #FBC1E9; }
span { border-color: rgb(251,193,233); }
td.TdClassName
{
border-color: #FBC1E9;
}
.TagClassName
{
border-color: #FBC1E9;
}
</style>