Shades of Classic Rose #F6CDE1
Tints of Classic Rose #F6CDE1
RGB
CMYK
RGB Variations
Color information
#F6CDE1 (or 0xF6CDE1) is known color: Classic Rose. HEX triplet: F6, CD and E1. RGB value is (246,205,225). Sum of RGB (Red+Green+Blue) = 246+205+225=676 (89% of max value = 765). Red value is 246 (96.48% from 255 or 36.39% from 676); Green value is 205 (80.47% from 255 or 30.33% from 676); Blue value is 225 (88.28% from 255 or 33.28% from 676); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CDE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6CDE1 is #09321E. Grayscale: #DBDBDB. Windows color (decimal): -602655 or 14798326. OLE color: 14798326.
HSL color Cylindrical-coordinate representation of color #F6CDE1: hue angle of 330.73º degrees, saturation: 0.69, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F6CDE1 is Cyan = 0, Magento = 0.17, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 205 | 225 | - |
| CMYK | 0 | 0.17 | 0.09 | 0.04 |
| HSL | 330.73º | 0.69% | 0.88% | - |
| HSV(B) | 330.73º | 0.17% | 0.96% | - |
| XYZ | 73.43 | 68.69 | 80.62 | - |
| YUV | 219.54 | 131.08 | 146.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 205 | 225 | 0 | 0.17 | 0.09 | 0.04 | 330.73 | 0.69 | 0.88 |
| Hex | F6 | CD | E1 | 0 | 11 | 9 | 4 | 14B | 45 | 58 |
| Octal | 366 | 315 | 341 | 0 | 21 | 11 | 4 | 513 | 105 | 130 |
| Binary | 11110110 | 11001101 | 11100001 | 0 | 10001 | 1001 | 100 | 101001011 | 1000101 | 1011000 |
Color Harmonies of #F6CDE1
Complementary color
Monochromatic Colors of #F6CDE1
Black with #F6CDE1
Text Example
Text Example
White with #F6CDE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6CDE1; }
p { color: rgb(246,205,225); }
H1.HeaderClassName
{
color: #F6CDE1;
}
.AnyTagClassName
{
color: #F6CDE1;
}
</style>
background-color css
<style>
a { background-color: #F6CDE1; }
a { background-color: rgb(246,205,225); }
div.DivClassName
{
background-color: #F6CDE1;
}
.BgClassName
{
background-color: #F6CDE1;
}
</style>
border-color css
<style>
span { border-color: #F6CDE1; }
span { border-color: rgb(246,205,225); }
td.TdClassName
{
border-color: #F6CDE1;
}
.TagClassName
{
border-color: #F6CDE1;
}
</style>