Shades of Classic Rose #FBC7DA
Tints of Classic Rose #FBC7DA
RGB
CMYK
RGB Variations
Color information
#FBC7DA (or 0xFBC7DA) is known color: Classic Rose. HEX triplet: FB, C7 and DA. RGB value is (251,199,218). Sum of RGB (Red+Green+Blue) = 251+199+218=668 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.57% from 668); Green value is 199 (78.12% from 255 or 29.79% from 668); Blue value is 218 (85.55% from 255 or 32.63% from 668); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC7DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC7DA is #043825. Grayscale: #D8D8D8. Windows color (decimal): -276518 or 14338043. OLE color: 14338043.
HSL color Cylindrical-coordinate representation of color #FBC7DA: hue angle of 338.08º degrees, saturation: 0.87, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FBC7DA is Cyan = 0, Magento = 0.21, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
RGB | 251 | 199 | 218 | - |
CMYK | 0 | 0.21 | 0.13 | 0.02 |
HSL | 338.08º | 0.87% | 0.88% | - |
HSV(B) | 338.08º | 0.21% | 0.98% | - |
XYZ | 72.86 | 66.42 | 75.31 | - |
YUV | 216.71 | 128.73 | 152.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 199 | 218 | 0 | 0.21 | 0.13 | 0.02 | 338.08 | 0.87 | 0.88 |
Hex | FB | C7 | DA | 0 | 15 | D | 2 | 152 | 57 | 58 |
Octal | 373 | 307 | 332 | 0 | 25 | 15 | 2 | 522 | 127 | 130 |
Binary | 11111011 | 11000111 | 11011010 | 0 | 10101 | 1101 | 10 | 101010010 | 1010111 | 1011000 |
Color Harmonies of #FBC7DA
Complementary color
Monochromatic Colors of #FBC7DA
Black with #FBC7DA
Text Example
Text Example
White with #FBC7DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC7DA; }
p { color: rgb(251,199,218); }
H1.HeaderClassName
{
color: #FBC7DA;
}
.AnyTagClassName
{
color: #FBC7DA;
}
</style>
background-color css
<style>
a { background-color: #FBC7DA; }
a { background-color: rgb(251,199,218); }
div.DivClassName
{
background-color: #FBC7DA;
}
.BgClassName
{
background-color: #FBC7DA;
}
</style>
border-color css
<style>
span { border-color: #FBC7DA; }
span { border-color: rgb(251,199,218); }
td.TdClassName
{
border-color: #FBC7DA;
}
.TagClassName
{
border-color: #FBC7DA;
}
</style>