Shades of Classic Rose #FBC3DF
Tints of Classic Rose #FBC3DF
RGB
CMYK
RGB Variations
Color information
#FBC3DF (or 0xFBC3DF) is known color: Classic Rose. HEX triplet: FB, C3 and DF. RGB value is (251,195,223). Sum of RGB (Red+Green+Blue) = 251+195+223=669 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.52% from 669); Green value is 195 (76.56% from 255 or 29.15% from 669); Blue value is 223 (87.5% from 255 or 33.33% from 669); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC3DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC3DF is #043C20. Grayscale: #D6D6D6. Windows color (decimal): -277537 or 14664699. OLE color: 14664699.
HSL color Cylindrical-coordinate representation of color #FBC3DF: hue angle of 330º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FBC3DF is Cyan = 0, Magento = 0.22, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 195 | 223 | - |
| CMYK | 0 | 0.22 | 0.11 | 0.02 |
| HSL | 330º | 0.88% | 0.87% | - |
| HSV(B) | 330º | 0.22% | 0.98% | - |
| XYZ | 72.62 | 64.87 | 78.51 | - |
| YUV | 214.94 | 132.55 | 153.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 195 | 223 | 0 | 0.22 | 0.11 | 0.02 | 330 | 0.88 | 0.87 |
| Hex | FB | C3 | DF | 0 | 16 | B | 2 | 14A | 58 | 57 |
| Octal | 373 | 303 | 337 | 0 | 26 | 13 | 2 | 512 | 130 | 127 |
| Binary | 11111011 | 11000011 | 11011111 | 0 | 10110 | 1011 | 10 | 101001010 | 1011000 | 1010111 |
Color Harmonies of #FBC3DF
Complementary color
Monochromatic Colors of #FBC3DF
Black with #FBC3DF
Text Example
Text Example
White with #FBC3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC3DF; }
p { color: rgb(251,195,223); }
H1.HeaderClassName
{
color: #FBC3DF;
}
.AnyTagClassName
{
color: #FBC3DF;
}
</style>
background-color css
<style>
a { background-color: #FBC3DF; }
a { background-color: rgb(251,195,223); }
div.DivClassName
{
background-color: #FBC3DF;
}
.BgClassName
{
background-color: #FBC3DF;
}
</style>
border-color css
<style>
span { border-color: #FBC3DF; }
span { border-color: rgb(251,195,223); }
td.TdClassName
{
border-color: #FBC3DF;
}
.TagClassName
{
border-color: #FBC3DF;
}
</style>