Shades of Classic Rose #FBBCE6
Tints of Classic Rose #FBBCE6
RGB
CMYK
RGB Variations
Color information
#FBBCE6 (or 0xFBBCE6) is known color: Classic Rose. HEX triplet: FB, BC and E6. RGB value is (251,188,230). Sum of RGB (Red+Green+Blue) = 251+188+230=669 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.52% from 669); Green value is 188 (73.83% from 255 or 28.10% from 669); Blue value is 230 (90.23% from 255 or 34.38% from 669); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBCE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBBCE6 is #044319. Grayscale: #D3D3D3. Windows color (decimal): -279322 or 15121659. OLE color: 15121659.
HSL color Cylindrical-coordinate representation of color #FBBCE6: hue angle of 320º 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 #FBBCE6 is Cyan = 0, Magento = 0.25, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 188 | 230 | - |
| CMYK | 0 | 0.25 | 0.08 | 0.02 |
| HSL | 320º | 0.89% | 0.86% | - |
| HSV(B) | 320º | 0.25% | 0.98% | - |
| XYZ | 72.05 | 62.19 | 83.07 | - |
| YUV | 211.63 | 138.37 | 156.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 188 | 230 | 0 | 0.25 | 0.08 | 0.02 | 320 | 0.89 | 0.86 |
| Hex | FB | BC | E6 | 0 | 19 | 8 | 2 | 140 | 59 | 56 |
| Octal | 373 | 274 | 346 | 0 | 31 | 10 | 2 | 500 | 131 | 126 |
| Binary | 11111011 | 10111100 | 11100110 | 0 | 11001 | 1000 | 10 | 101000000 | 1011001 | 1010110 |
Color Harmonies of #FBBCE6
Complementary color
Monochromatic Colors of #FBBCE6
Black with #FBBCE6
Text Example
Text Example
White with #FBBCE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBCE6; }
p { color: rgb(251,188,230); }
H1.HeaderClassName
{
color: #FBBCE6;
}
.AnyTagClassName
{
color: #FBBCE6;
}
</style>
background-color css
<style>
a { background-color: #FBBCE6; }
a { background-color: rgb(251,188,230); }
div.DivClassName
{
background-color: #FBBCE6;
}
.BgClassName
{
background-color: #FBBCE6;
}
</style>
border-color css
<style>
span { border-color: #FBBCE6; }
span { border-color: rgb(251,188,230); }
td.TdClassName
{
border-color: #FBBCE6;
}
.TagClassName
{
border-color: #FBBCE6;
}
</style>