Shades of Classic Rose #FBCBEE
Tints of Classic Rose #FBCBEE
RGB
CMYK
RGB Variations
Color information
#FBCBEE (or 0xFBCBEE) is known color: Classic Rose. HEX triplet: FB, CB and EE. RGB value is (251,203,238). Sum of RGB (Red+Green+Blue) = 251+203+238=692 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.27% from 692); Green value is 203 (79.69% from 255 or 29.34% from 692); Blue value is 238 (93.36% from 255 or 34.39% from 692); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCBEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBCBEE is #043411. Grayscale: #DDDDDD. Windows color (decimal): -275474 or 15649787. OLE color: 15649787.
HSL color Cylindrical-coordinate representation of color #FBCBEE: hue angle of 316.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 #FBCBEE is Cyan = 0, Magento = 0.19, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 203 | 238 | - |
| CMYK | 0 | 0.19 | 0.05 | 0.02 |
| HSL | 316.25º | 0.86% | 0.89% | - |
| HSV(B) | 316.25º | 0.19% | 0.98% | - |
| XYZ | 76.57 | 69.39 | 90.25 | - |
| YUV | 221.34 | 137.4 | 149.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 203 | 238 | 0 | 0.19 | 0.05 | 0.02 | 316.25 | 0.86 | 0.89 |
| Hex | FB | CB | EE | 0 | 13 | 5 | 2 | 13C | 56 | 59 |
| Octal | 373 | 313 | 356 | 0 | 23 | 5 | 2 | 474 | 126 | 131 |
| Binary | 11111011 | 11001011 | 11101110 | 0 | 10011 | 101 | 10 | 100111100 | 1010110 | 1011001 |
Color Harmonies of #FBCBEE
Complementary color
Monochromatic Colors of #FBCBEE
Black with #FBCBEE
Text Example
Text Example
White with #FBCBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCBEE; }
p { color: rgb(251,203,238); }
H1.HeaderClassName
{
color: #FBCBEE;
}
.AnyTagClassName
{
color: #FBCBEE;
}
</style>
background-color css
<style>
a { background-color: #FBCBEE; }
a { background-color: rgb(251,203,238); }
div.DivClassName
{
background-color: #FBCBEE;
}
.BgClassName
{
background-color: #FBCBEE;
}
</style>
border-color css
<style>
span { border-color: #FBCBEE; }
span { border-color: rgb(251,203,238); }
td.TdClassName
{
border-color: #FBCBEE;
}
.TagClassName
{
border-color: #FBCBEE;
}
</style>