Shades of Classic Rose #FBC1E2
Tints of Classic Rose #FBC1E2
RGB
CMYK
RGB Variations
Color information
#FBC1E2 (or 0xFBC1E2) is known color: Classic Rose. HEX triplet: FB, C1 and E2. RGB value is (251,193,226). Sum of RGB (Red+Green+Blue) = 251+193+226=670 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.46% from 670); Green value is 193 (75.78% from 255 or 28.81% from 670); Blue value is 226 (88.67% from 255 or 33.73% from 670); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC1E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC1E2 is #043E1D. Grayscale: #D6D6D6. Windows color (decimal): -278046 or 14860795. OLE color: 14860795.
HSL color Cylindrical-coordinate representation of color #FBC1E2: hue angle of 325.86º 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 #FBC1E2 is Cyan = 0, Magento = 0.23, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 193 | 226 | - |
| CMYK | 0 | 0.23 | 0.10 | 0.02 |
| HSL | 325.86º | 0.88% | 0.87% | - |
| HSV(B) | 325.86º | 0.23% | 0.98% | - |
| XYZ | 72.58 | 64.14 | 80.51 | - |
| YUV | 214.1 | 134.72 | 154.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 193 | 226 | 0 | 0.23 | 0.10 | 0.02 | 325.86 | 0.88 | 0.87 |
| Hex | FB | C1 | E2 | 0 | 17 | A | 2 | 146 | 58 | 57 |
| Octal | 373 | 301 | 342 | 0 | 27 | 12 | 2 | 506 | 130 | 127 |
| Binary | 11111011 | 11000001 | 11100010 | 0 | 10111 | 1010 | 10 | 101000110 | 1011000 | 1010111 |
Color Harmonies of #FBC1E2
Complementary color
Monochromatic Colors of #FBC1E2
Black with #FBC1E2
Text Example
Text Example
White with #FBC1E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC1E2; }
p { color: rgb(251,193,226); }
H1.HeaderClassName
{
color: #FBC1E2;
}
.AnyTagClassName
{
color: #FBC1E2;
}
</style>
background-color css
<style>
a { background-color: #FBC1E2; }
a { background-color: rgb(251,193,226); }
div.DivClassName
{
background-color: #FBC1E2;
}
.BgClassName
{
background-color: #FBC1E2;
}
</style>
border-color css
<style>
span { border-color: #FBC1E2; }
span { border-color: rgb(251,193,226); }
td.TdClassName
{
border-color: #FBC1E2;
}
.TagClassName
{
border-color: #FBC1E2;
}
</style>