Shades of Classic Rose #FBC7F0
Tints of Classic Rose #FBC7F0
RGB
CMYK
RGB Variations
Color information
#FBC7F0 (or 0xFBC7F0) is known color: Classic Rose. HEX triplet: FB, C7 and F0. RGB value is (251,199,240). Sum of RGB (Red+Green+Blue) = 251+199+240=690 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.38% from 690); Green value is 199 (78.12% from 255 or 28.84% from 690); Blue value is 240 (94.14% from 255 or 34.78% from 690); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC7F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBC7F0 is #04380F. Grayscale: #DBDBDB. Windows color (decimal): -276496 or 15779835. OLE color: 15779835.
HSL color Cylindrical-coordinate representation of color #FBC7F0: hue angle of 312.69º 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 #FBC7F0 is Cyan = 0, Magento = 0.21, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 199 | 240 | - |
| CMYK | 0 | 0.21 | 0.04 | 0.02 |
| HSL | 312.69º | 0.87% | 0.88% | - |
| HSV(B) | 312.69º | 0.21% | 0.98% | - |
| XYZ | 75.94 | 67.65 | 91.49 | - |
| YUV | 219.22 | 139.73 | 150.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 199 | 240 | 0 | 0.21 | 0.04 | 0.02 | 312.69 | 0.87 | 0.88 |
| Hex | FB | C7 | F0 | 0 | 15 | 4 | 2 | 139 | 57 | 58 |
| Octal | 373 | 307 | 360 | 0 | 25 | 4 | 2 | 471 | 127 | 130 |
| Binary | 11111011 | 11000111 | 11110000 | 0 | 10101 | 100 | 10 | 100111001 | 1010111 | 1011000 |
Color Harmonies of #FBC7F0
Complementary color
Monochromatic Colors of #FBC7F0
Black with #FBC7F0
Text Example
Text Example
White with #FBC7F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC7F0; }
p { color: rgb(251,199,240); }
H1.HeaderClassName
{
color: #FBC7F0;
}
.AnyTagClassName
{
color: #FBC7F0;
}
</style>
background-color css
<style>
a { background-color: #FBC7F0; }
a { background-color: rgb(251,199,240); }
div.DivClassName
{
background-color: #FBC7F0;
}
.BgClassName
{
background-color: #FBC7F0;
}
</style>
border-color css
<style>
span { border-color: #FBC7F0; }
span { border-color: rgb(251,199,240); }
td.TdClassName
{
border-color: #FBC7F0;
}
.TagClassName
{
border-color: #FBC7F0;
}
</style>