Shades of Classic Rose #F6CFE1
Tints of Classic Rose #F6CFE1
RGB
CMYK
RGB Variations
Color information
#F6CFE1 (or 0xF6CFE1) is known color: Classic Rose. HEX triplet: F6, CF and E1. RGB value is (246,207,225). Sum of RGB (Red+Green+Blue) = 246+207+225=678 (89% of max value = 765). Red value is 246 (96.48% from 255 or 36.28% from 678); Green value is 207 (81.25% from 255 or 30.53% from 678); Blue value is 225 (88.28% from 255 or 33.19% from 678); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CFE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6CFE1 is #09301E. Grayscale: #DCDCDC. Windows color (decimal): -602143 or 14798838. OLE color: 14798838.
HSL color Cylindrical-coordinate representation of color #F6CFE1: hue angle of 332.31º degrees, saturation: 0.68, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F6CFE1 is Cyan = 0, Magento = 0.16, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 207 | 225 | - |
| CMYK | 0 | 0.16 | 0.09 | 0.04 |
| HSL | 332.31º | 0.68% | 0.89% | - |
| HSV(B) | 332.31º | 0.16% | 0.96% | - |
| XYZ | 73.91 | 69.65 | 80.78 | - |
| YUV | 220.71 | 130.42 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 207 | 225 | 0 | 0.16 | 0.09 | 0.04 | 332.31 | 0.68 | 0.89 |
| Hex | F6 | CF | E1 | 0 | 10 | 9 | 4 | 14C | 44 | 59 |
| Octal | 366 | 317 | 341 | 0 | 20 | 11 | 4 | 514 | 104 | 131 |
| Binary | 11110110 | 11001111 | 11100001 | 0 | 10000 | 1001 | 100 | 101001100 | 1000100 | 1011001 |
Color Harmonies of #F6CFE1
Complementary color
Monochromatic Colors of #F6CFE1
Black with #F6CFE1
Text Example
Text Example
White with #F6CFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6CFE1; }
p { color: rgb(246,207,225); }
H1.HeaderClassName
{
color: #F6CFE1;
}
.AnyTagClassName
{
color: #F6CFE1;
}
</style>
background-color css
<style>
a { background-color: #F6CFE1; }
a { background-color: rgb(246,207,225); }
div.DivClassName
{
background-color: #F6CFE1;
}
.BgClassName
{
background-color: #F6CFE1;
}
</style>
border-color css
<style>
span { border-color: #F6CFE1; }
span { border-color: rgb(246,207,225); }
td.TdClassName
{
border-color: #F6CFE1;
}
.TagClassName
{
border-color: #F6CFE1;
}
</style>