Shades of Classic Rose #FBC2D6
Tints of Classic Rose #FBC2D6
RGB
CMYK
RGB Variations
Color information
#FBC2D6 (or 0xFBC2D6) is known color: Classic Rose. HEX triplet: FB, C2 and D6. RGB value is (251,194,214). Sum of RGB (Red+Green+Blue) = 251+194+214=659 (87% of max value = 765). Red value is 251 (98.44% from 255 or 38.09% from 659); Green value is 194 (76.17% from 255 or 29.44% from 659); Blue value is 214 (83.98% from 255 or 32.47% from 659); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC2D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC2D6 is #043D29. Grayscale: #D5D5D5. Windows color (decimal): -277802 or 14074619. OLE color: 14074619.
HSL color Cylindrical-coordinate representation of color #FBC2D6: hue angle of 338.95º 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 #FBC2D6 is Cyan = 0, Magento = 0.23, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 194 | 214 | - |
| CMYK | 0 | 0.23 | 0.15 | 0.02 |
| HSL | 338.95º | 0.88% | 0.87% | - |
| HSV(B) | 338.95º | 0.23% | 0.98% | - |
| XYZ | 71.21 | 63.95 | 72.21 | - |
| YUV | 213.32 | 128.38 | 154.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 194 | 214 | 0 | 0.23 | 0.15 | 0.02 | 338.95 | 0.88 | 0.87 |
| Hex | FB | C2 | D6 | 0 | 17 | F | 2 | 153 | 58 | 57 |
| Octal | 373 | 302 | 326 | 0 | 27 | 17 | 2 | 523 | 130 | 127 |
| Binary | 11111011 | 11000010 | 11010110 | 0 | 10111 | 1111 | 10 | 101010011 | 1011000 | 1010111 |
Color Harmonies of #FBC2D6
Complementary color
Monochromatic Colors of #FBC2D6
Black with #FBC2D6
Text Example
Text Example
White with #FBC2D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC2D6; }
p { color: rgb(251,194,214); }
H1.HeaderClassName
{
color: #FBC2D6;
}
.AnyTagClassName
{
color: #FBC2D6;
}
</style>
background-color css
<style>
a { background-color: #FBC2D6; }
a { background-color: rgb(251,194,214); }
div.DivClassName
{
background-color: #FBC2D6;
}
.BgClassName
{
background-color: #FBC2D6;
}
</style>
border-color css
<style>
span { border-color: #FBC2D6; }
span { border-color: rgb(251,194,214); }
td.TdClassName
{
border-color: #FBC2D6;
}
.TagClassName
{
border-color: #FBC2D6;
}
</style>