Shades of Classic Rose #FBCBEF
Tints of Classic Rose #FBCBEF
RGB
CMYK
RGB Variations
Color information
#FBCBEF (or 0xFBCBEF) is known color: Classic Rose. HEX triplet: FB, CB and EF. RGB value is (251,203,239). Sum of RGB (Red+Green+Blue) = 251+203+239=693 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.22% from 693); Green value is 203 (79.69% from 255 or 29.29% from 693); Blue value is 239 (93.75% from 255 or 34.49% from 693); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCBEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBCBEF is #043410. Grayscale: #DDDDDD. Windows color (decimal): -275473 or 15715323. OLE color: 15715323.
HSL color Cylindrical-coordinate representation of color #FBCBEF: hue angle of 315º 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 #FBCBEF is Cyan = 0, Magento = 0.19, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 203 | 239 | - |
| CMYK | 0 | 0.19 | 0.05 | 0.02 |
| HSL | 315º | 0.86% | 0.89% | - |
| HSV(B) | 315º | 0.19% | 0.98% | - |
| XYZ | 76.72 | 69.45 | 91.02 | - |
| YUV | 221.46 | 137.9 | 149.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 203 | 239 | 0 | 0.19 | 0.05 | 0.02 | 315 | 0.86 | 0.89 |
| Hex | FB | CB | EF | 0 | 13 | 5 | 2 | 13B | 56 | 59 |
| Octal | 373 | 313 | 357 | 0 | 23 | 5 | 2 | 473 | 126 | 131 |
| Binary | 11111011 | 11001011 | 11101111 | 0 | 10011 | 101 | 10 | 100111011 | 1010110 | 1011001 |
Color Harmonies of #FBCBEF
Complementary color
Monochromatic Colors of #FBCBEF
Black with #FBCBEF
Text Example
Text Example
White with #FBCBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCBEF; }
p { color: rgb(251,203,239); }
H1.HeaderClassName
{
color: #FBCBEF;
}
.AnyTagClassName
{
color: #FBCBEF;
}
</style>
background-color css
<style>
a { background-color: #FBCBEF; }
a { background-color: rgb(251,203,239); }
div.DivClassName
{
background-color: #FBCBEF;
}
.BgClassName
{
background-color: #FBCBEF;
}
</style>
border-color css
<style>
span { border-color: #FBCBEF; }
span { border-color: rgb(251,203,239); }
td.TdClassName
{
border-color: #FBCBEF;
}
.TagClassName
{
border-color: #FBCBEF;
}
</style>