Shades of Classic Rose #F6CDE4
Tints of Classic Rose #F6CDE4
RGB
CMYK
RGB Variations
Color information
#F6CDE4 (or 0xF6CDE4) is known color: Classic Rose. HEX triplet: F6, CD and E4. RGB value is (246,205,228). Sum of RGB (Red+Green+Blue) = 246+205+228=679 (89% of max value = 765). Red value is 246 (96.48% from 255 or 36.23% from 679); Green value is 205 (80.47% from 255 or 30.19% from 679); Blue value is 228 (89.45% from 255 or 33.58% from 679); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CDE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6CDE4 is #09321B. Grayscale: #DBDBDB. Windows color (decimal): -602652 or 14994934. OLE color: 14994934.
HSL color Cylindrical-coordinate representation of color #F6CDE4: hue angle of 326.34º 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 #F6CDE4 is Cyan = 0, Magento = 0.17, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 205 | 228 | - |
| CMYK | 0 | 0.17 | 0.07 | 0.04 |
| HSL | 326.34º | 0.69% | 0.88% | - |
| HSV(B) | 326.34º | 0.17% | 0.96% | - |
| XYZ | 73.84 | 68.86 | 82.8 | - |
| YUV | 219.88 | 132.58 | 146.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 205 | 228 | 0 | 0.17 | 0.07 | 0.04 | 326.34 | 0.69 | 0.88 |
| Hex | F6 | CD | E4 | 0 | 11 | 7 | 4 | 146 | 45 | 58 |
| Octal | 366 | 315 | 344 | 0 | 21 | 7 | 4 | 506 | 105 | 130 |
| Binary | 11110110 | 11001101 | 11100100 | 0 | 10001 | 111 | 100 | 101000110 | 1000101 | 1011000 |
Color Harmonies of #F6CDE4
Complementary color
Monochromatic Colors of #F6CDE4
Black with #F6CDE4
Text Example
Text Example
White with #F6CDE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6CDE4; }
p { color: rgb(246,205,228); }
H1.HeaderClassName
{
color: #F6CDE4;
}
.AnyTagClassName
{
color: #F6CDE4;
}
</style>
background-color css
<style>
a { background-color: #F6CDE4; }
a { background-color: rgb(246,205,228); }
div.DivClassName
{
background-color: #F6CDE4;
}
.BgClassName
{
background-color: #F6CDE4;
}
</style>
border-color css
<style>
span { border-color: #F6CDE4; }
span { border-color: rgb(246,205,228); }
td.TdClassName
{
border-color: #F6CDE4;
}
.TagClassName
{
border-color: #F6CDE4;
}
</style>