Shades of Classic Rose #FBBCE5
Tints of Classic Rose #FBBCE5
RGB
CMYK
RGB Variations
Color information
#FBBCE5 (or 0xFBBCE5) is known color: Classic Rose. HEX triplet: FB, BC and E5. RGB value is (251,188,229). Sum of RGB (Red+Green+Blue) = 251+188+229=668 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.57% from 668); Green value is 188 (73.83% from 255 or 28.14% from 668); Blue value is 229 (89.84% from 255 or 34.28% from 668); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBCE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBCE5 is #04431A. Grayscale: #D3D3D3. Windows color (decimal): -279323 or 15056123. OLE color: 15056123.
HSL color Cylindrical-coordinate representation of color #FBBCE5: hue angle of 320.95º 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 #FBBCE5 is Cyan = 0, Magento = 0.25, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 188 | 229 | - |
| CMYK | 0 | 0.25 | 0.09 | 0.02 |
| HSL | 320.95º | 0.89% | 0.86% | - |
| HSV(B) | 320.95º | 0.25% | 0.98% | - |
| XYZ | 71.91 | 62.13 | 82.33 | - |
| YUV | 211.51 | 137.87 | 156.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 188 | 229 | 0 | 0.25 | 0.09 | 0.02 | 320.95 | 0.89 | 0.86 |
| Hex | FB | BC | E5 | 0 | 19 | 9 | 2 | 141 | 59 | 56 |
| Octal | 373 | 274 | 345 | 0 | 31 | 11 | 2 | 501 | 131 | 126 |
| Binary | 11111011 | 10111100 | 11100101 | 0 | 11001 | 1001 | 10 | 101000001 | 1011001 | 1010110 |
Color Harmonies of #FBBCE5
Complementary color
Monochromatic Colors of #FBBCE5
Black with #FBBCE5
Text Example
Text Example
White with #FBBCE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBCE5; }
p { color: rgb(251,188,229); }
H1.HeaderClassName
{
color: #FBBCE5;
}
.AnyTagClassName
{
color: #FBBCE5;
}
</style>
background-color css
<style>
a { background-color: #FBBCE5; }
a { background-color: rgb(251,188,229); }
div.DivClassName
{
background-color: #FBBCE5;
}
.BgClassName
{
background-color: #FBBCE5;
}
</style>
border-color css
<style>
span { border-color: #FBBCE5; }
span { border-color: rgb(251,188,229); }
td.TdClassName
{
border-color: #FBBCE5;
}
.TagClassName
{
border-color: #FBBCE5;
}
</style>