Shades of Classic Rose #FBC2DA
Tints of Classic Rose #FBC2DA
RGB
CMYK
RGB Variations
Color information
#FBC2DA (or 0xFBC2DA) is known color: Classic Rose. HEX triplet: FB, C2 and DA. RGB value is (251,194,218). Sum of RGB (Red+Green+Blue) = 251+194+218=663 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.86% from 663); Green value is 194 (76.17% from 255 or 29.26% from 663); Blue value is 218 (85.55% from 255 or 32.88% from 663); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC2DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC2DA is #043D25. Grayscale: #D5D5D5. Windows color (decimal): -277798 or 14336763. OLE color: 14336763.
HSL color Cylindrical-coordinate representation of color #FBC2DA: hue angle of 334.74º 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 #FBC2DA is Cyan = 0, Magento = 0.23, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 194 | 218 | - |
| CMYK | 0 | 0.23 | 0.13 | 0.02 |
| HSL | 334.74º | 0.88% | 0.87% | - |
| HSV(B) | 334.74º | 0.23% | 0.98% | - |
| XYZ | 71.73 | 64.15 | 74.93 | - |
| YUV | 213.78 | 130.38 | 154.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 194 | 218 | 0 | 0.23 | 0.13 | 0.02 | 334.74 | 0.88 | 0.87 |
| Hex | FB | C2 | DA | 0 | 17 | D | 2 | 14F | 58 | 57 |
| Octal | 373 | 302 | 332 | 0 | 27 | 15 | 2 | 517 | 130 | 127 |
| Binary | 11111011 | 11000010 | 11011010 | 0 | 10111 | 1101 | 10 | 101001111 | 1011000 | 1010111 |
Color Harmonies of #FBC2DA
Complementary color
Monochromatic Colors of #FBC2DA
Black with #FBC2DA
Text Example
Text Example
White with #FBC2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC2DA; }
p { color: rgb(251,194,218); }
H1.HeaderClassName
{
color: #FBC2DA;
}
.AnyTagClassName
{
color: #FBC2DA;
}
</style>
background-color css
<style>
a { background-color: #FBC2DA; }
a { background-color: rgb(251,194,218); }
div.DivClassName
{
background-color: #FBC2DA;
}
.BgClassName
{
background-color: #FBC2DA;
}
</style>
border-color css
<style>
span { border-color: #FBC2DA; }
span { border-color: rgb(251,194,218); }
td.TdClassName
{
border-color: #FBC2DA;
}
.TagClassName
{
border-color: #FBC2DA;
}
</style>