Shades of Classic Rose #F6CADA
Tints of Classic Rose #F6CADA
RGB
CMYK
RGB Variations
Color information
#F6CADA (or 0xF6CADA) is known color: Classic Rose. HEX triplet: F6, CA and DA. RGB value is (246,202,218). Sum of RGB (Red+Green+Blue) = 246+202+218=666 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.94% from 666); Green value is 202 (79.30% from 255 or 30.33% from 666); Blue value is 218 (85.55% from 255 or 32.73% from 666); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CADA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6CADA is #093525. Grayscale: #D8D8D8. Windows color (decimal): -603430 or 14338806. OLE color: 14338806.
HSL color Cylindrical-coordinate representation of color #F6CADA: hue angle of 338.18º degrees, saturation: 0.71, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F6CADA is Cyan = 0, Magento = 0.18, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 202 | 218 | - |
| CMYK | 0 | 0.18 | 0.11 | 0.04 |
| HSL | 338.18º | 0.71% | 0.88% | - |
| HSV(B) | 338.18º | 0.18% | 0.96% | - |
| XYZ | 71.78 | 66.9 | 75.46 | - |
| YUV | 216.98 | 128.58 | 148.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 202 | 218 | 0 | 0.18 | 0.11 | 0.04 | 338.18 | 0.71 | 0.88 |
| Hex | F6 | CA | DA | 0 | 12 | B | 4 | 152 | 47 | 58 |
| Octal | 366 | 312 | 332 | 0 | 22 | 13 | 4 | 522 | 107 | 130 |
| Binary | 11110110 | 11001010 | 11011010 | 0 | 10010 | 1011 | 100 | 101010010 | 1000111 | 1011000 |
Color Harmonies of #F6CADA
Complementary color
Monochromatic Colors of #F6CADA
Black with #F6CADA
Text Example
Text Example
White with #F6CADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6CADA; }
p { color: rgb(246,202,218); }
H1.HeaderClassName
{
color: #F6CADA;
}
.AnyTagClassName
{
color: #F6CADA;
}
</style>
background-color css
<style>
a { background-color: #F6CADA; }
a { background-color: rgb(246,202,218); }
div.DivClassName
{
background-color: #F6CADA;
}
.BgClassName
{
background-color: #F6CADA;
}
</style>
border-color css
<style>
span { border-color: #F6CADA; }
span { border-color: rgb(246,202,218); }
td.TdClassName
{
border-color: #F6CADA;
}
.TagClassName
{
border-color: #F6CADA;
}
</style>