Shades of Classic Rose #F7BFDA
Tints of Classic Rose #F7BFDA
RGB
CMYK
RGB Variations
Color information
#F7BFDA (or 0xF7BFDA) is known color: Classic Rose. HEX triplet: F7, BF and DA. RGB value is (247,191,218). Sum of RGB (Red+Green+Blue) = 247+191+218=656 (86% of max value = 765). Red value is 247 (96.88% from 255 or 37.65% from 656); Green value is 191 (75% from 255 or 29.12% from 656); Blue value is 218 (85.55% from 255 or 33.23% from 656); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BFDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7BFDA is #084025. Grayscale: #D2D2D2. Windows color (decimal): -540710 or 14335991. OLE color: 14335991.
HSL color Cylindrical-coordinate representation of color #F7BFDA: hue angle of 331.07º 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 #F7BFDA is Cyan = 0, Magento = 0.23, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 191 | 218 | - |
| CMYK | 0 | 0.23 | 0.12 | 0.03 |
| HSL | 331.07º | 0.78% | 0.86% | - |
| HSV(B) | 331.07º | 0.23% | 0.97% | - |
| XYZ | 69.64 | 62.1 | 74.65 | - |
| YUV | 210.82 | 132.05 | 153.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 191 | 218 | 0 | 0.23 | 0.12 | 0.03 | 331.07 | 0.78 | 0.86 |
| Hex | F7 | BF | DA | 0 | 17 | C | 3 | 14B | 4E | 56 |
| Octal | 367 | 277 | 332 | 0 | 27 | 14 | 3 | 513 | 116 | 126 |
| Binary | 11110111 | 10111111 | 11011010 | 0 | 10111 | 1100 | 11 | 101001011 | 1001110 | 1010110 |
Color Harmonies of #F7BFDA
Complementary color
Monochromatic Colors of #F7BFDA
Black with #F7BFDA
Text Example
Text Example
White with #F7BFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7BFDA; }
p { color: rgb(247,191,218); }
H1.HeaderClassName
{
color: #F7BFDA;
}
.AnyTagClassName
{
color: #F7BFDA;
}
</style>
background-color css
<style>
a { background-color: #F7BFDA; }
a { background-color: rgb(247,191,218); }
div.DivClassName
{
background-color: #F7BFDA;
}
.BgClassName
{
background-color: #F7BFDA;
}
</style>
border-color css
<style>
span { border-color: #F7BFDA; }
span { border-color: rgb(247,191,218); }
td.TdClassName
{
border-color: #F7BFDA;
}
.TagClassName
{
border-color: #F7BFDA;
}
</style>