Shades of Classic Rose #F7BEDA
Tints of Classic Rose #F7BEDA
RGB
CMYK
RGB Variations
Color information
#F7BEDA (or 0xF7BEDA) is known color: Classic Rose. HEX triplet: F7, BE and DA. RGB value is (247,190,218). Sum of RGB (Red+Green+Blue) = 247+190+218=655 (86% of max value = 765). Red value is 247 (96.88% from 255 or 37.71% from 655); Green value is 190 (74.61% from 255 or 29.01% from 655); Blue value is 218 (85.55% from 255 or 33.28% from 655); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BEDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7BEDA is #084125. Grayscale: #D2D2D2. Windows color (decimal): -540966 or 14335735. OLE color: 14335735.
HSL color Cylindrical-coordinate representation of color #F7BEDA: hue angle of 330.53º 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 #F7BEDA is Cyan = 0, Magento = 0.23, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 190 | 218 | - |
| CMYK | 0 | 0.23 | 0.12 | 0.03 |
| HSL | 330.53º | 0.78% | 0.86% | - |
| HSV(B) | 330.53º | 0.23% | 0.97% | - |
| XYZ | 69.43 | 61.66 | 74.57 | - |
| YUV | 210.24 | 132.38 | 154.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 190 | 218 | 0 | 0.23 | 0.12 | 0.03 | 330.53 | 0.78 | 0.86 |
| Hex | F7 | BE | DA | 0 | 17 | C | 3 | 14B | 4E | 56 |
| Octal | 367 | 276 | 332 | 0 | 27 | 14 | 3 | 513 | 116 | 126 |
| Binary | 11110111 | 10111110 | 11011010 | 0 | 10111 | 1100 | 11 | 101001011 | 1001110 | 1010110 |
Color Harmonies of #F7BEDA
Complementary color
Monochromatic Colors of #F7BEDA
Black with #F7BEDA
Text Example
Text Example
White with #F7BEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7BEDA; }
p { color: rgb(247,190,218); }
H1.HeaderClassName
{
color: #F7BEDA;
}
.AnyTagClassName
{
color: #F7BEDA;
}
</style>
background-color css
<style>
a { background-color: #F7BEDA; }
a { background-color: rgb(247,190,218); }
div.DivClassName
{
background-color: #F7BEDA;
}
.BgClassName
{
background-color: #F7BEDA;
}
</style>
border-color css
<style>
span { border-color: #F7BEDA; }
span { border-color: rgb(247,190,218); }
td.TdClassName
{
border-color: #F7BEDA;
}
.TagClassName
{
border-color: #F7BEDA;
}
</style>