Shades of Classic Rose #F6CDE5
Tints of Classic Rose #F6CDE5
RGB
CMYK
RGB Variations
Color information
#F6CDE5 (or 0xF6CDE5) is known color: Classic Rose. HEX triplet: F6, CD and E5. RGB value is (246,205,229). Sum of RGB (Red+Green+Blue) = 246+205+229=680 (90% of max value = 765). Red value is 246 (96.48% from 255 or 36.18% from 680); Green value is 205 (80.47% from 255 or 30.15% from 680); Blue value is 229 (89.84% from 255 or 33.68% from 680); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CDE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6CDE5 is #09321A. Grayscale: #DBDBDB. Windows color (decimal): -602651 or 15060470. OLE color: 15060470.
HSL color Cylindrical-coordinate representation of color #F6CDE5: hue angle of 324.88º 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 #F6CDE5 is Cyan = 0, Magento = 0.17, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 205 | 229 | - |
| CMYK | 0 | 0.17 | 0.07 | 0.04 |
| HSL | 324.88º | 0.69% | 0.88% | - |
| HSV(B) | 324.88º | 0.17% | 0.96% | - |
| XYZ | 73.98 | 68.91 | 83.53 | - |
| YUV | 220 | 133.08 | 146.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 205 | 229 | 0 | 0.17 | 0.07 | 0.04 | 324.88 | 0.69 | 0.88 |
| Hex | F6 | CD | E5 | 0 | 11 | 7 | 4 | 145 | 45 | 58 |
| Octal | 366 | 315 | 345 | 0 | 21 | 7 | 4 | 505 | 105 | 130 |
| Binary | 11110110 | 11001101 | 11100101 | 0 | 10001 | 111 | 100 | 101000101 | 1000101 | 1011000 |
Color Harmonies of #F6CDE5
Complementary color
Monochromatic Colors of #F6CDE5
Black with #F6CDE5
Text Example
Text Example
White with #F6CDE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6CDE5; }
p { color: rgb(246,205,229); }
H1.HeaderClassName
{
color: #F6CDE5;
}
.AnyTagClassName
{
color: #F6CDE5;
}
</style>
background-color css
<style>
a { background-color: #F6CDE5; }
a { background-color: rgb(246,205,229); }
div.DivClassName
{
background-color: #F6CDE5;
}
.BgClassName
{
background-color: #F6CDE5;
}
</style>
border-color css
<style>
span { border-color: #F6CDE5; }
span { border-color: rgb(246,205,229); }
td.TdClassName
{
border-color: #F6CDE5;
}
.TagClassName
{
border-color: #F6CDE5;
}
</style>