Shades of Classic Rose #F6D5EA
Tints of Classic Rose #F6D5EA
RGB
CMYK
RGB Variations
Color information
#F6D5EA (or 0xF6D5EA) is known color: Classic Rose. HEX triplet: F6, D5 and EA. RGB value is (246,213,234). Sum of RGB (Red+Green+Blue) = 246+213+234=693 (91% of max value = 765). Red value is 246 (96.48% from 255 or 35.50% from 693); Green value is 213 (83.59% from 255 or 30.74% from 693); Blue value is 234 (91.80% from 255 or 33.77% from 693); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D5EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6D5EA is #092A15. Grayscale: #E1E1E1. Windows color (decimal): -600598 or 15390198. OLE color: 15390198.
HSL color Cylindrical-coordinate representation of color #F6D5EA: hue angle of 321.82º degrees, saturation: 0.65, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F6D5EA is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 213 | 234 | - |
| CMYK | 0 | 0.13 | 0.05 | 0.04 |
| HSL | 321.82º | 0.65% | 0.9% | - |
| HSV(B) | 321.82º | 0.13% | 0.96% | - |
| XYZ | 76.65 | 73.12 | 87.92 | - |
| YUV | 225.26 | 132.93 | 142.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 213 | 234 | 0 | 0.13 | 0.05 | 0.04 | 321.82 | 0.65 | 0.9 |
| Hex | F6 | D5 | EA | 0 | D | 5 | 4 | 142 | 41 | 5A |
| Octal | 366 | 325 | 352 | 0 | 15 | 5 | 4 | 502 | 101 | 132 |
| Binary | 11110110 | 11010101 | 11101010 | 0 | 1101 | 101 | 100 | 101000010 | 1000001 | 1011010 |
Color Harmonies of #F6D5EA
Complementary color
Monochromatic Colors of #F6D5EA
Black with #F6D5EA
Text Example
Text Example
White with #F6D5EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D5EA; }
p { color: rgb(246,213,234); }
H1.HeaderClassName
{
color: #F6D5EA;
}
.AnyTagClassName
{
color: #F6D5EA;
}
</style>
background-color css
<style>
a { background-color: #F6D5EA; }
a { background-color: rgb(246,213,234); }
div.DivClassName
{
background-color: #F6D5EA;
}
.BgClassName
{
background-color: #F6D5EA;
}
</style>
border-color css
<style>
span { border-color: #F6D5EA; }
span { border-color: rgb(246,213,234); }
td.TdClassName
{
border-color: #F6D5EA;
}
.TagClassName
{
border-color: #F6D5EA;
}
</style>