Shades of Classic Rose #F6CDE6
Tints of Classic Rose #F6CDE6
RGB
CMYK
RGB Variations
Color information
#F6CDE6 (or 0xF6CDE6) is known color: Classic Rose. HEX triplet: F6, CD and E6. RGB value is (246,205,230). Sum of RGB (Red+Green+Blue) = 246+205+230=681 (90% of max value = 765). Red value is 246 (96.48% from 255 or 36.12% from 681); Green value is 205 (80.47% from 255 or 30.10% from 681); Blue value is 230 (90.23% from 255 or 33.77% from 681); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CDE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6CDE6 is #093219. Grayscale: #DCDCDC. Windows color (decimal): -602650 or 15126006. OLE color: 15126006.
HSL color Cylindrical-coordinate representation of color #F6CDE6: hue angle of 323.41º 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 #F6CDE6 is Cyan = 0, Magento = 0.17, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 205 | 230 | - |
| CMYK | 0 | 0.17 | 0.07 | 0.04 |
| HSL | 323.41º | 0.69% | 0.88% | - |
| HSV(B) | 323.41º | 0.17% | 0.96% | - |
| XYZ | 74.12 | 68.97 | 84.27 | - |
| YUV | 220.11 | 133.58 | 146.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 205 | 230 | 0 | 0.17 | 0.07 | 0.04 | 323.41 | 0.69 | 0.88 |
| Hex | F6 | CD | E6 | 0 | 11 | 7 | 4 | 143 | 45 | 58 |
| Octal | 366 | 315 | 346 | 0 | 21 | 7 | 4 | 503 | 105 | 130 |
| Binary | 11110110 | 11001101 | 11100110 | 0 | 10001 | 111 | 100 | 101000011 | 1000101 | 1011000 |
Color Harmonies of #F6CDE6
Complementary color
Monochromatic Colors of #F6CDE6
Black with #F6CDE6
Text Example
Text Example
White with #F6CDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6CDE6; }
p { color: rgb(246,205,230); }
H1.HeaderClassName
{
color: #F6CDE6;
}
.AnyTagClassName
{
color: #F6CDE6;
}
</style>
background-color css
<style>
a { background-color: #F6CDE6; }
a { background-color: rgb(246,205,230); }
div.DivClassName
{
background-color: #F6CDE6;
}
.BgClassName
{
background-color: #F6CDE6;
}
</style>
border-color css
<style>
span { border-color: #F6CDE6; }
span { border-color: rgb(246,205,230); }
td.TdClassName
{
border-color: #F6CDE6;
}
.TagClassName
{
border-color: #F6CDE6;
}
</style>