Shades of Classic Rose #F6CDDD
Tints of Classic Rose #F6CDDD
RGB
CMYK
RGB Variations
Color information
#F6CDDD (or 0xF6CDDD) is known color: Classic Rose. HEX triplet: F6, CD and DD. RGB value is (246,205,221). Sum of RGB (Red+Green+Blue) = 246+205+221=672 (89% of max value = 765). Red value is 246 (96.48% from 255 or 36.61% from 672); Green value is 205 (80.47% from 255 or 30.51% from 672); Blue value is 221 (86.72% from 255 or 32.89% from 672); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CDDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6CDDD is #093222. Grayscale: #DBDBDB. Windows color (decimal): -602659 or 14536182. OLE color: 14536182.
HSL color Cylindrical-coordinate representation of color #F6CDDD: hue angle of 336.59º 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 #F6CDDD is Cyan = 0, Magento = 0.17, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 205 | 221 | - |
| CMYK | 0 | 0.17 | 0.10 | 0.04 |
| HSL | 336.59º | 0.69% | 0.88% | - |
| HSV(B) | 336.59º | 0.17% | 0.96% | - |
| XYZ | 72.89 | 68.48 | 77.78 | - |
| YUV | 219.08 | 129.08 | 147.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 205 | 221 | 0 | 0.17 | 0.10 | 0.04 | 336.59 | 0.69 | 0.88 |
| Hex | F6 | CD | DD | 0 | 11 | A | 4 | 151 | 45 | 58 |
| Octal | 366 | 315 | 335 | 0 | 21 | 12 | 4 | 521 | 105 | 130 |
| Binary | 11110110 | 11001101 | 11011101 | 0 | 10001 | 1010 | 100 | 101010001 | 1000101 | 1011000 |
Color Harmonies of #F6CDDD
Complementary color
Monochromatic Colors of #F6CDDD
Black with #F6CDDD
Text Example
Text Example
White with #F6CDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6CDDD; }
p { color: rgb(246,205,221); }
H1.HeaderClassName
{
color: #F6CDDD;
}
.AnyTagClassName
{
color: #F6CDDD;
}
</style>
background-color css
<style>
a { background-color: #F6CDDD; }
a { background-color: rgb(246,205,221); }
div.DivClassName
{
background-color: #F6CDDD;
}
.BgClassName
{
background-color: #F6CDDD;
}
</style>
border-color css
<style>
span { border-color: #F6CDDD; }
span { border-color: rgb(246,205,221); }
td.TdClassName
{
border-color: #F6CDDD;
}
.TagClassName
{
border-color: #F6CDDD;
}
</style>