Shades of Classic Rose #FBCBDF
Tints of Classic Rose #FBCBDF
RGB
CMYK
RGB Variations
Color information
#FBCBDF (or 0xFBCBDF) is known color: Classic Rose. HEX triplet: FB, CB and DF. RGB value is (251,203,223). Sum of RGB (Red+Green+Blue) = 251+203+223=677 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.08% from 677); Green value is 203 (79.69% from 255 or 29.99% from 677); Blue value is 223 (87.5% from 255 or 32.94% from 677); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCBDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCBDF is #043420. Grayscale: #DBDBDB. Windows color (decimal): -275489 or 14666747. OLE color: 14666747.
HSL color Cylindrical-coordinate representation of color #FBCBDF: hue angle of 335º 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 #FBCBDF is Cyan = 0, Magento = 0.19, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 203 | 223 | - |
| CMYK | 0 | 0.19 | 0.11 | 0.02 |
| HSL | 335º | 0.86% | 0.89% | - |
| HSV(B) | 335º | 0.19% | 0.98% | - |
| XYZ | 74.46 | 68.55 | 79.12 | - |
| YUV | 219.63 | 129.9 | 150.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 203 | 223 | 0 | 0.19 | 0.11 | 0.02 | 335 | 0.86 | 0.89 |
| Hex | FB | CB | DF | 0 | 13 | B | 2 | 14F | 56 | 59 |
| Octal | 373 | 313 | 337 | 0 | 23 | 13 | 2 | 517 | 126 | 131 |
| Binary | 11111011 | 11001011 | 11011111 | 0 | 10011 | 1011 | 10 | 101001111 | 1010110 | 1011001 |
Color Harmonies of #FBCBDF
Complementary color
Monochromatic Colors of #FBCBDF
Black with #FBCBDF
Text Example
Text Example
White with #FBCBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCBDF; }
p { color: rgb(251,203,223); }
H1.HeaderClassName
{
color: #FBCBDF;
}
.AnyTagClassName
{
color: #FBCBDF;
}
</style>
background-color css
<style>
a { background-color: #FBCBDF; }
a { background-color: rgb(251,203,223); }
div.DivClassName
{
background-color: #FBCBDF;
}
.BgClassName
{
background-color: #FBCBDF;
}
</style>
border-color css
<style>
span { border-color: #FBCBDF; }
span { border-color: rgb(251,203,223); }
td.TdClassName
{
border-color: #FBCBDF;
}
.TagClassName
{
border-color: #FBCBDF;
}
</style>