Shades of Classic Rose #FBC2EA
Tints of Classic Rose #FBC2EA
RGB
CMYK
RGB Variations
Color information
#FBC2EA (or 0xFBC2EA) is known color: Classic Rose. HEX triplet: FB, C2 and EA. RGB value is (251,194,234). Sum of RGB (Red+Green+Blue) = 251+194+234=679 (89% of max value = 765). Red value is 251 (98.44% from 255 or 36.97% from 679); Green value is 194 (76.17% from 255 or 28.57% from 679); Blue value is 234 (91.80% from 255 or 34.46% from 679); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC2EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBC2EA is #043D15. Grayscale: #D7D7D7. Windows color (decimal): -277782 or 15385339. OLE color: 15385339.
HSL color Cylindrical-coordinate representation of color #FBC2EA: hue angle of 317.89º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FBC2EA is Cyan = 0, Magento = 0.23, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 194 | 234 | - |
| CMYK | 0 | 0.23 | 0.07 | 0.02 |
| HSL | 317.89º | 0.88% | 0.87% | - |
| HSV(B) | 317.89º | 0.23% | 0.98% | - |
| XYZ | 73.93 | 65.03 | 86.5 | - |
| YUV | 215.6 | 138.38 | 153.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 194 | 234 | 0 | 0.23 | 0.07 | 0.02 | 317.89 | 0.88 | 0.87 |
| Hex | FB | C2 | EA | 0 | 17 | 7 | 2 | 13E | 58 | 57 |
| Octal | 373 | 302 | 352 | 0 | 27 | 7 | 2 | 476 | 130 | 127 |
| Binary | 11111011 | 11000010 | 11101010 | 0 | 10111 | 111 | 10 | 100111110 | 1011000 | 1010111 |
Color Harmonies of #FBC2EA
Complementary color
Monochromatic Colors of #FBC2EA
Black with #FBC2EA
Text Example
Text Example
White with #FBC2EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC2EA; }
p { color: rgb(251,194,234); }
H1.HeaderClassName
{
color: #FBC2EA;
}
.AnyTagClassName
{
color: #FBC2EA;
}
</style>
background-color css
<style>
a { background-color: #FBC2EA; }
a { background-color: rgb(251,194,234); }
div.DivClassName
{
background-color: #FBC2EA;
}
.BgClassName
{
background-color: #FBC2EA;
}
</style>
border-color css
<style>
span { border-color: #FBC2EA; }
span { border-color: rgb(251,194,234); }
td.TdClassName
{
border-color: #FBC2EA;
}
.TagClassName
{
border-color: #FBC2EA;
}
</style>