Shades of Classic Rose #FBCBE5
Tints of Classic Rose #FBCBE5
RGB
CMYK
RGB Variations
Color information
#FBCBE5 (or 0xFBCBE5) is known color: Classic Rose. HEX triplet: FB, CB and E5. RGB value is (251,203,229). Sum of RGB (Red+Green+Blue) = 251+203+229=683 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.75% from 683); Green value is 203 (79.69% from 255 or 29.72% from 683); Blue value is 229 (89.84% from 255 or 33.53% from 683); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCBE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCBE5 is #04341A. Grayscale: #DCDCDC. Windows color (decimal): -275483 or 15059963. OLE color: 15059963.
HSL color Cylindrical-coordinate representation of color #FBCBE5: hue angle of 327.5º degrees, saturation: 0.86, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FBCBE5 is Cyan = 0, Magento = 0.19, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 203 | 229 | - |
| CMYK | 0 | 0.19 | 0.09 | 0.02 |
| HSL | 327.5º | 0.86% | 0.89% | - |
| HSV(B) | 327.5º | 0.19% | 0.98% | - |
| XYZ | 75.28 | 68.88 | 83.46 | - |
| YUV | 220.32 | 132.9 | 149.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 203 | 229 | 0 | 0.19 | 0.09 | 0.02 | 327.5 | 0.86 | 0.89 |
| Hex | FB | CB | E5 | 0 | 13 | 9 | 2 | 148 | 56 | 59 |
| Octal | 373 | 313 | 345 | 0 | 23 | 11 | 2 | 510 | 126 | 131 |
| Binary | 11111011 | 11001011 | 11100101 | 0 | 10011 | 1001 | 10 | 101001000 | 1010110 | 1011001 |
Color Harmonies of #FBCBE5
Complementary color
Monochromatic Colors of #FBCBE5
Black with #FBCBE5
Text Example
Text Example
White with #FBCBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCBE5; }
p { color: rgb(251,203,229); }
H1.HeaderClassName
{
color: #FBCBE5;
}
.AnyTagClassName
{
color: #FBCBE5;
}
</style>
background-color css
<style>
a { background-color: #FBCBE5; }
a { background-color: rgb(251,203,229); }
div.DivClassName
{
background-color: #FBCBE5;
}
.BgClassName
{
background-color: #FBCBE5;
}
</style>
border-color css
<style>
span { border-color: #FBCBE5; }
span { border-color: rgb(251,203,229); }
td.TdClassName
{
border-color: #FBCBE5;
}
.TagClassName
{
border-color: #FBCBE5;
}
</style>