Shades of Classic Rose #FBBCE3
Tints of Classic Rose #FBBCE3
RGB
CMYK
RGB Variations
Color information
#FBBCE3 (or 0xFBBCE3) is known color: Classic Rose. HEX triplet: FB, BC and E3. RGB value is (251,188,227). Sum of RGB (Red+Green+Blue) = 251+188+227=666 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.69% from 666); Green value is 188 (73.83% from 255 or 28.23% from 666); Blue value is 227 (89.06% from 255 or 34.08% from 666); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBCE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBCE3 is #04431C. Grayscale: #D3D3D3. Windows color (decimal): -279325 or 14925051. OLE color: 14925051.
HSL color Cylindrical-coordinate representation of color #FBBCE3: hue angle of 322.86º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FBBCE3 is Cyan = 0, Magento = 0.25, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 188 | 227 | - |
| CMYK | 0 | 0.25 | 0.10 | 0.02 |
| HSL | 322.86º | 0.89% | 0.86% | - |
| HSV(B) | 322.86º | 0.25% | 0.98% | - |
| XYZ | 71.63 | 62.02 | 80.87 | - |
| YUV | 211.28 | 136.87 | 156.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 188 | 227 | 0 | 0.25 | 0.10 | 0.02 | 322.86 | 0.89 | 0.86 |
| Hex | FB | BC | E3 | 0 | 19 | A | 2 | 143 | 59 | 56 |
| Octal | 373 | 274 | 343 | 0 | 31 | 12 | 2 | 503 | 131 | 126 |
| Binary | 11111011 | 10111100 | 11100011 | 0 | 11001 | 1010 | 10 | 101000011 | 1011001 | 1010110 |
Color Harmonies of #FBBCE3
Complementary color
Monochromatic Colors of #FBBCE3
Black with #FBBCE3
Text Example
Text Example
White with #FBBCE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBCE3; }
p { color: rgb(251,188,227); }
H1.HeaderClassName
{
color: #FBBCE3;
}
.AnyTagClassName
{
color: #FBBCE3;
}
</style>
background-color css
<style>
a { background-color: #FBBCE3; }
a { background-color: rgb(251,188,227); }
div.DivClassName
{
background-color: #FBBCE3;
}
.BgClassName
{
background-color: #FBBCE3;
}
</style>
border-color css
<style>
span { border-color: #FBBCE3; }
span { border-color: rgb(251,188,227); }
td.TdClassName
{
border-color: #FBBCE3;
}
.TagClassName
{
border-color: #FBBCE3;
}
</style>