Shades of Classic Rose #F6CDE0
Tints of Classic Rose #F6CDE0
RGB
CMYK
RGB Variations
Color information
#F6CDE0 (or 0xF6CDE0) is known color: Classic Rose. HEX triplet: F6, CD and E0. RGB value is (246,205,224). Sum of RGB (Red+Green+Blue) = 246+205+224=675 (89% of max value = 765). Red value is 246 (96.48% from 255 or 36.44% from 675); Green value is 205 (80.47% from 255 or 30.37% from 675); Blue value is 224 (87.89% from 255 or 33.19% from 675); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CDE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6CDE0 is #09321F. Grayscale: #DBDBDB. Windows color (decimal): -602656 or 14732790. OLE color: 14732790.
HSL color Cylindrical-coordinate representation of color #F6CDE0: hue angle of 332.2º 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 #F6CDE0 is Cyan = 0, Magento = 0.17, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 205 | 224 | - |
| CMYK | 0 | 0.17 | 0.09 | 0.04 |
| HSL | 332.2º | 0.69% | 0.88% | - |
| HSV(B) | 332.2º | 0.17% | 0.96% | - |
| XYZ | 73.29 | 68.64 | 79.91 | - |
| YUV | 219.43 | 130.58 | 146.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 205 | 224 | 0 | 0.17 | 0.09 | 0.04 | 332.2 | 0.69 | 0.88 |
| Hex | F6 | CD | E0 | 0 | 11 | 9 | 4 | 14C | 45 | 58 |
| Octal | 366 | 315 | 340 | 0 | 21 | 11 | 4 | 514 | 105 | 130 |
| Binary | 11110110 | 11001101 | 11100000 | 0 | 10001 | 1001 | 100 | 101001100 | 1000101 | 1011000 |
Color Harmonies of #F6CDE0
Complementary color
Monochromatic Colors of #F6CDE0
Black with #F6CDE0
Text Example
Text Example
White with #F6CDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6CDE0; }
p { color: rgb(246,205,224); }
H1.HeaderClassName
{
color: #F6CDE0;
}
.AnyTagClassName
{
color: #F6CDE0;
}
</style>
background-color css
<style>
a { background-color: #F6CDE0; }
a { background-color: rgb(246,205,224); }
div.DivClassName
{
background-color: #F6CDE0;
}
.BgClassName
{
background-color: #F6CDE0;
}
</style>
border-color css
<style>
span { border-color: #F6CDE0; }
span { border-color: rgb(246,205,224); }
td.TdClassName
{
border-color: #F6CDE0;
}
.TagClassName
{
border-color: #F6CDE0;
}
</style>