Shades of Classic Rose #FBCBDE
Tints of Classic Rose #FBCBDE
RGB
CMYK
RGB Variations
Color information
#FBCBDE (or 0xFBCBDE) is known color: Classic Rose. HEX triplet: FB, CB and DE. RGB value is (251,203,222). Sum of RGB (Red+Green+Blue) = 251+203+222=676 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.13% from 676); Green value is 203 (79.69% from 255 or 30.03% from 676); Blue value is 222 (87.11% from 255 or 32.84% from 676); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCBDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCBDE is #043421. Grayscale: #DBDBDB. Windows color (decimal): -275490 or 14601211. OLE color: 14601211.
HSL color Cylindrical-coordinate representation of color #FBCBDE: hue angle of 336.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 #FBCBDE is Cyan = 0, Magento = 0.19, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 203 | 222 | - |
| CMYK | 0 | 0.19 | 0.12 | 0.02 |
| HSL | 336.25º | 0.86% | 0.89% | - |
| HSV(B) | 336.25º | 0.19% | 0.98% | - |
| XYZ | 74.32 | 68.5 | 78.41 | - |
| YUV | 219.52 | 129.4 | 150.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 203 | 222 | 0 | 0.19 | 0.12 | 0.02 | 336.25 | 0.86 | 0.89 |
| Hex | FB | CB | DE | 0 | 13 | C | 2 | 150 | 56 | 59 |
| Octal | 373 | 313 | 336 | 0 | 23 | 14 | 2 | 520 | 126 | 131 |
| Binary | 11111011 | 11001011 | 11011110 | 0 | 10011 | 1100 | 10 | 101010000 | 1010110 | 1011001 |
Color Harmonies of #FBCBDE
Complementary color
Monochromatic Colors of #FBCBDE
Black with #FBCBDE
Text Example
Text Example
White with #FBCBDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCBDE; }
p { color: rgb(251,203,222); }
H1.HeaderClassName
{
color: #FBCBDE;
}
.AnyTagClassName
{
color: #FBCBDE;
}
</style>
background-color css
<style>
a { background-color: #FBCBDE; }
a { background-color: rgb(251,203,222); }
div.DivClassName
{
background-color: #FBCBDE;
}
.BgClassName
{
background-color: #FBCBDE;
}
</style>
border-color css
<style>
span { border-color: #FBCBDE; }
span { border-color: rgb(251,203,222); }
td.TdClassName
{
border-color: #FBCBDE;
}
.TagClassName
{
border-color: #FBCBDE;
}
</style>