Shades of Classic Rose #FBC8EA
Tints of Classic Rose #FBC8EA
RGB
CMYK
RGB Variations
Color information
#FBC8EA (or 0xFBC8EA) is known color: Classic Rose. HEX triplet: FB, C8 and EA. RGB value is (251,200,234). Sum of RGB (Red+Green+Blue) = 251+200+234=685 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.64% from 685); Green value is 200 (78.52% from 255 or 29.20% from 685); Blue value is 234 (91.80% from 255 or 34.16% from 685); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC8EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBC8EA is #043715. Grayscale: #DBDBDB. Windows color (decimal): -276246 or 15386875. OLE color: 15386875.
HSL color Cylindrical-coordinate representation of color #FBC8EA: hue angle of 320º 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 #FBC8EA is Cyan = 0, Magento = 0.20, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 200 | 234 | - |
| CMYK | 0 | 0.20 | 0.07 | 0.02 |
| HSL | 320º | 0.86% | 0.88% | - |
| HSV(B) | 320º | 0.2% | 0.98% | - |
| XYZ | 75.29 | 67.76 | 86.95 | - |
| YUV | 219.13 | 136.4 | 150.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 200 | 234 | 0 | 0.20 | 0.07 | 0.02 | 320 | 0.86 | 0.88 |
| Hex | FB | C8 | EA | 0 | 14 | 7 | 2 | 140 | 56 | 58 |
| Octal | 373 | 310 | 352 | 0 | 24 | 7 | 2 | 500 | 126 | 130 |
| Binary | 11111011 | 11001000 | 11101010 | 0 | 10100 | 111 | 10 | 101000000 | 1010110 | 1011000 |
Color Harmonies of #FBC8EA
Complementary color
Monochromatic Colors of #FBC8EA
Black with #FBC8EA
Text Example
Text Example
White with #FBC8EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC8EA; }
p { color: rgb(251,200,234); }
H1.HeaderClassName
{
color: #FBC8EA;
}
.AnyTagClassName
{
color: #FBC8EA;
}
</style>
background-color css
<style>
a { background-color: #FBC8EA; }
a { background-color: rgb(251,200,234); }
div.DivClassName
{
background-color: #FBC8EA;
}
.BgClassName
{
background-color: #FBC8EA;
}
</style>
border-color css
<style>
span { border-color: #FBC8EA; }
span { border-color: rgb(251,200,234); }
td.TdClassName
{
border-color: #FBC8EA;
}
.TagClassName
{
border-color: #FBC8EA;
}
</style>