Shades of Classic Rose #F7CBE9
Tints of Classic Rose #F7CBE9
RGB
CMYK
RGB Variations
Color information
#F7CBE9 (or 0xF7CBE9) is known color: Classic Rose. HEX triplet: F7, CB and E9. RGB value is (247,203,233). Sum of RGB (Red+Green+Blue) = 247+203+233=683 (90% of max value = 765). Red value is 247 (96.88% from 255 or 36.16% from 683); Green value is 203 (79.69% from 255 or 29.72% from 683); Blue value is 233 (91.41% from 255 or 34.11% from 683); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CBE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7CBE9 is #083416. Grayscale: #DBDBDB. Windows color (decimal): -537623 or 15322103. OLE color: 15322103.
HSL color Cylindrical-coordinate representation of color #F7CBE9: hue angle of 319.09º degrees, saturation: 0.73, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F7CBE9 is Cyan = 0, Magento = 0.18, Yellow = 0.06 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 203 | 233 | - |
| CMYK | 0 | 0.18 | 0.06 | 0.03 |
| HSL | 319.09º | 0.73% | 0.88% | - |
| HSV(B) | 319.09º | 0.18% | 0.97% | - |
| XYZ | 74.42 | 68.37 | 86.36 | - |
| YUV | 219.58 | 135.58 | 147.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 203 | 233 | 0 | 0.18 | 0.06 | 0.03 | 319.09 | 0.73 | 0.88 |
| Hex | F7 | CB | E9 | 0 | 12 | 6 | 3 | 13F | 49 | 58 |
| Octal | 367 | 313 | 351 | 0 | 22 | 6 | 3 | 477 | 111 | 130 |
| Binary | 11110111 | 11001011 | 11101001 | 0 | 10010 | 110 | 11 | 100111111 | 1001001 | 1011000 |
Color Harmonies of #F7CBE9
Complementary color
Monochromatic Colors of #F7CBE9
Black with #F7CBE9
Text Example
Text Example
White with #F7CBE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7CBE9; }
p { color: rgb(247,203,233); }
H1.HeaderClassName
{
color: #F7CBE9;
}
.AnyTagClassName
{
color: #F7CBE9;
}
</style>
background-color css
<style>
a { background-color: #F7CBE9; }
a { background-color: rgb(247,203,233); }
div.DivClassName
{
background-color: #F7CBE9;
}
.BgClassName
{
background-color: #F7CBE9;
}
</style>
border-color css
<style>
span { border-color: #F7CBE9; }
span { border-color: rgb(247,203,233); }
td.TdClassName
{
border-color: #F7CBE9;
}
.TagClassName
{
border-color: #F7CBE9;
}
</style>