Shades of Classic Rose #F6D3E5
Tints of Classic Rose #F6D3E5
RGB
CMYK
RGB Variations
Color information
#F6D3E5 (or 0xF6D3E5) is known color: Classic Rose. HEX triplet: F6, D3 and E5. RGB value is (246,211,229). Sum of RGB (Red+Green+Blue) = 246+211+229=686 (90% of max value = 765). Red value is 246 (96.48% from 255 or 35.86% from 686); Green value is 211 (82.81% from 255 or 30.76% from 686); Blue value is 229 (89.84% from 255 or 33.38% from 686); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D3E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6D3E5 is #092C1A. Grayscale: #DFDFDF. Windows color (decimal): -601115 or 15062006. OLE color: 15062006.
HSL color Cylindrical-coordinate representation of color #F6D3E5: hue angle of 329.14º degrees, saturation: 0.66, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F6D3E5 is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 211 | 229 | - |
| CMYK | 0 | 0.14 | 0.07 | 0.04 |
| HSL | 329.14º | 0.66% | 0.9% | - |
| HSV(B) | 329.14º | 0.14% | 0.96% | - |
| XYZ | 75.44 | 71.84 | 84.02 | - |
| YUV | 223.52 | 131.1 | 144.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 211 | 229 | 0 | 0.14 | 0.07 | 0.04 | 329.14 | 0.66 | 0.9 |
| Hex | F6 | D3 | E5 | 0 | E | 7 | 4 | 149 | 42 | 5A |
| Octal | 366 | 323 | 345 | 0 | 16 | 7 | 4 | 511 | 102 | 132 |
| Binary | 11110110 | 11010011 | 11100101 | 0 | 1110 | 111 | 100 | 101001001 | 1000010 | 1011010 |
Color Harmonies of #F6D3E5
Complementary color
Monochromatic Colors of #F6D3E5
Black with #F6D3E5
Text Example
Text Example
White with #F6D3E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D3E5; }
p { color: rgb(246,211,229); }
H1.HeaderClassName
{
color: #F6D3E5;
}
.AnyTagClassName
{
color: #F6D3E5;
}
</style>
background-color css
<style>
a { background-color: #F6D3E5; }
a { background-color: rgb(246,211,229); }
div.DivClassName
{
background-color: #F6D3E5;
}
.BgClassName
{
background-color: #F6D3E5;
}
</style>
border-color css
<style>
span { border-color: #F6D3E5; }
span { border-color: rgb(246,211,229); }
td.TdClassName
{
border-color: #F6D3E5;
}
.TagClassName
{
border-color: #F6D3E5;
}
</style>