Shades of Classic Rose #FBC8DE
Tints of Classic Rose #FBC8DE
RGB
CMYK
RGB Variations
Color information
#FBC8DE (or 0xFBC8DE) is known color: Classic Rose. HEX triplet: FB, C8 and DE. RGB value is (251,200,222). Sum of RGB (Red+Green+Blue) = 251+200+222=673 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.30% from 673); Green value is 200 (78.52% from 255 or 29.72% from 673); Blue value is 222 (87.11% from 255 or 32.99% from 673); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC8DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC8DE is #043721. Grayscale: #D9D9D9. Windows color (decimal): -276258 or 14600443. OLE color: 14600443.
HSL color Cylindrical-coordinate representation of color #FBC8DE: hue angle of 334.12º degrees, saturation: 0.86, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FBC8DE is Cyan = 0, Magento = 0.20, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 200 | 222 | - |
| CMYK | 0 | 0.20 | 0.12 | 0.02 |
| HSL | 334.12º | 0.86% | 0.88% | - |
| HSV(B) | 334.12º | 0.2% | 0.98% | - |
| XYZ | 73.62 | 67.09 | 78.18 | - |
| YUV | 217.76 | 130.4 | 151.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 200 | 222 | 0 | 0.20 | 0.12 | 0.02 | 334.12 | 0.86 | 0.88 |
| Hex | FB | C8 | DE | 0 | 14 | C | 2 | 14E | 56 | 58 |
| Octal | 373 | 310 | 336 | 0 | 24 | 14 | 2 | 516 | 126 | 130 |
| Binary | 11111011 | 11001000 | 11011110 | 0 | 10100 | 1100 | 10 | 101001110 | 1010110 | 1011000 |
Color Harmonies of #FBC8DE
Complementary color
Monochromatic Colors of #FBC8DE
Black with #FBC8DE
Text Example
Text Example
White with #FBC8DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC8DE; }
p { color: rgb(251,200,222); }
H1.HeaderClassName
{
color: #FBC8DE;
}
.AnyTagClassName
{
color: #FBC8DE;
}
</style>
background-color css
<style>
a { background-color: #FBC8DE; }
a { background-color: rgb(251,200,222); }
div.DivClassName
{
background-color: #FBC8DE;
}
.BgClassName
{
background-color: #FBC8DE;
}
</style>
border-color css
<style>
span { border-color: #FBC8DE; }
span { border-color: rgb(251,200,222); }
td.TdClassName
{
border-color: #FBC8DE;
}
.TagClassName
{
border-color: #FBC8DE;
}
</style>