Shades of Classic Rose #FBCBEA
Tints of Classic Rose #FBCBEA
RGB
CMYK
RGB Variations
Color information
#FBCBEA (or 0xFBCBEA) is known color: Classic Rose. HEX triplet: FB, CB and EA. RGB value is (251,203,234). Sum of RGB (Red+Green+Blue) = 251+203+234=688 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.48% from 688); Green value is 203 (79.69% from 255 or 29.51% from 688); Blue value is 234 (91.80% from 255 or 34.01% from 688); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCBEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBCBEA is #043415. Grayscale: #DCDCDC. Windows color (decimal): -275478 or 15387643. OLE color: 15387643.
HSL color Cylindrical-coordinate representation of color #FBCBEA: hue angle of 321.25º 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 #FBCBEA is Cyan = 0, Magento = 0.19, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 203 | 234 | - |
| CMYK | 0 | 0.19 | 0.07 | 0.02 |
| HSL | 321.25º | 0.86% | 0.89% | - |
| HSV(B) | 321.25º | 0.19% | 0.98% | - |
| XYZ | 75.99 | 69.16 | 87.19 | - |
| YUV | 220.89 | 135.4 | 149.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 203 | 234 | 0 | 0.19 | 0.07 | 0.02 | 321.25 | 0.86 | 0.89 |
| Hex | FB | CB | EA | 0 | 13 | 7 | 2 | 141 | 56 | 59 |
| Octal | 373 | 313 | 352 | 0 | 23 | 7 | 2 | 501 | 126 | 131 |
| Binary | 11111011 | 11001011 | 11101010 | 0 | 10011 | 111 | 10 | 101000001 | 1010110 | 1011001 |
Color Harmonies of #FBCBEA
Complementary color
Monochromatic Colors of #FBCBEA
Black with #FBCBEA
Text Example
Text Example
White with #FBCBEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCBEA; }
p { color: rgb(251,203,234); }
H1.HeaderClassName
{
color: #FBCBEA;
}
.AnyTagClassName
{
color: #FBCBEA;
}
</style>
background-color css
<style>
a { background-color: #FBCBEA; }
a { background-color: rgb(251,203,234); }
div.DivClassName
{
background-color: #FBCBEA;
}
.BgClassName
{
background-color: #FBCBEA;
}
</style>
border-color css
<style>
span { border-color: #FBCBEA; }
span { border-color: rgb(251,203,234); }
td.TdClassName
{
border-color: #FBCBEA;
}
.TagClassName
{
border-color: #FBCBEA;
}
</style>