Shades of Classic Rose #F6CDE7
Tints of Classic Rose #F6CDE7
RGB
CMYK
RGB Variations
Color information
#F6CDE7 (or 0xF6CDE7) is known color: Classic Rose. HEX triplet: F6, CD and E7. RGB value is (246,205,231). Sum of RGB (Red+Green+Blue) = 246+205+231=682 (90% of max value = 765). Red value is 246 (96.48% from 255 or 36.07% from 682); Green value is 205 (80.47% from 255 or 30.06% from 682); Blue value is 231 (90.62% from 255 or 33.87% from 682); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CDE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6CDE7 is #093218. Grayscale: #DCDCDC. Windows color (decimal): -602649 or 15191542. OLE color: 15191542.
HSL color Cylindrical-coordinate representation of color #F6CDE7: hue angle of 321.95º 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 #F6CDE7 is Cyan = 0, Magento = 0.17, Yellow = 0.06 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 205 | 231 | - |
| CMYK | 0 | 0.17 | 0.06 | 0.04 |
| HSL | 321.95º | 0.69% | 0.88% | - |
| HSV(B) | 321.95º | 0.17% | 0.96% | - |
| XYZ | 74.26 | 69.02 | 85.01 | - |
| YUV | 220.22 | 134.08 | 146.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 205 | 231 | 0 | 0.17 | 0.06 | 0.04 | 321.95 | 0.69 | 0.88 |
| Hex | F6 | CD | E7 | 0 | 11 | 6 | 4 | 142 | 45 | 58 |
| Octal | 366 | 315 | 347 | 0 | 21 | 6 | 4 | 502 | 105 | 130 |
| Binary | 11110110 | 11001101 | 11100111 | 0 | 10001 | 110 | 100 | 101000010 | 1000101 | 1011000 |
Color Harmonies of #F6CDE7
Complementary color
Monochromatic Colors of #F6CDE7
Black with #F6CDE7
Text Example
Text Example
White with #F6CDE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6CDE7; }
p { color: rgb(246,205,231); }
H1.HeaderClassName
{
color: #F6CDE7;
}
.AnyTagClassName
{
color: #F6CDE7;
}
</style>
background-color css
<style>
a { background-color: #F6CDE7; }
a { background-color: rgb(246,205,231); }
div.DivClassName
{
background-color: #F6CDE7;
}
.BgClassName
{
background-color: #F6CDE7;
}
</style>
border-color css
<style>
span { border-color: #F6CDE7; }
span { border-color: rgb(246,205,231); }
td.TdClassName
{
border-color: #F6CDE7;
}
.TagClassName
{
border-color: #F6CDE7;
}
</style>