Shades of Classic Rose #F7BFDF
Tints of Classic Rose #F7BFDF
RGB
CMYK
RGB Variations
Color information
#F7BFDF (or 0xF7BFDF) is known color: Classic Rose. HEX triplet: F7, BF and DF. RGB value is (247,191,223). Sum of RGB (Red+Green+Blue) = 247+191+223=661 (87% of max value = 765). Red value is 247 (96.88% from 255 or 37.37% from 661); Green value is 191 (75% from 255 or 28.90% from 661); Blue value is 223 (87.5% from 255 or 33.74% from 661); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BFDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7BFDF is #084020. Grayscale: #D3D3D3. Windows color (decimal): -540705 or 14663671. OLE color: 14663671.
HSL color Cylindrical-coordinate representation of color #F7BFDF: hue angle of 325.71º degrees, saturation: 0.78, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F7BFDF is Cyan = 0, Magento = 0.23, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 191 | 223 | - |
| CMYK | 0 | 0.23 | 0.10 | 0.03 |
| HSL | 325.71º | 0.78% | 0.86% | - |
| HSV(B) | 325.71º | 0.23% | 0.97% | - |
| XYZ | 70.31 | 62.36 | 78.14 | - |
| YUV | 211.39 | 134.55 | 153.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 191 | 223 | 0 | 0.23 | 0.10 | 0.03 | 325.71 | 0.78 | 0.86 |
| Hex | F7 | BF | DF | 0 | 17 | A | 3 | 146 | 4E | 56 |
| Octal | 367 | 277 | 337 | 0 | 27 | 12 | 3 | 506 | 116 | 126 |
| Binary | 11110111 | 10111111 | 11011111 | 0 | 10111 | 1010 | 11 | 101000110 | 1001110 | 1010110 |
Color Harmonies of #F7BFDF
Complementary color
Monochromatic Colors of #F7BFDF
Black with #F7BFDF
Text Example
Text Example
White with #F7BFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7BFDF; }
p { color: rgb(247,191,223); }
H1.HeaderClassName
{
color: #F7BFDF;
}
.AnyTagClassName
{
color: #F7BFDF;
}
</style>
background-color css
<style>
a { background-color: #F7BFDF; }
a { background-color: rgb(247,191,223); }
div.DivClassName
{
background-color: #F7BFDF;
}
.BgClassName
{
background-color: #F7BFDF;
}
</style>
border-color css
<style>
span { border-color: #F7BFDF; }
span { border-color: rgb(247,191,223); }
td.TdClassName
{
border-color: #F7BFDF;
}
.TagClassName
{
border-color: #F7BFDF;
}
</style>