Shades of Classic Rose #F6C9E5
Tints of Classic Rose #F6C9E5
RGB
CMYK
RGB Variations
Color information
#F6C9E5 (or 0xF6C9E5) is known color: Classic Rose. HEX triplet: F6, C9 and E5. RGB value is (246,201,229). Sum of RGB (Red+Green+Blue) = 246+201+229=676 (89% of max value = 765). Red value is 246 (96.48% from 255 or 36.39% from 676); Green value is 201 (78.91% from 255 or 29.73% from 676); Blue value is 229 (89.84% from 255 or 33.88% from 676); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C9E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6C9E5 is #09361A. Grayscale: #D9D9D9. Windows color (decimal): -603675 or 15059446. OLE color: 15059446.
HSL color Cylindrical-coordinate representation of color #F6C9E5: hue angle of 322.67º 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 #F6C9E5 is Cyan = 0, Magento = 0.18, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 201 | 229 | - |
| CMYK | 0 | 0.18 | 0.07 | 0.04 |
| HSL | 322.67º | 0.71% | 0.88% | - |
| HSV(B) | 322.67º | 0.18% | 0.96% | - |
| XYZ | 73.04 | 67.02 | 83.22 | - |
| YUV | 217.65 | 134.41 | 148.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 201 | 229 | 0 | 0.18 | 0.07 | 0.04 | 322.67 | 0.71 | 0.88 |
| Hex | F6 | C9 | E5 | 0 | 12 | 7 | 4 | 143 | 47 | 58 |
| Octal | 366 | 311 | 345 | 0 | 22 | 7 | 4 | 503 | 107 | 130 |
| Binary | 11110110 | 11001001 | 11100101 | 0 | 10010 | 111 | 100 | 101000011 | 1000111 | 1011000 |
Color Harmonies of #F6C9E5
Complementary color
Monochromatic Colors of #F6C9E5
Black with #F6C9E5
Text Example
Text Example
White with #F6C9E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C9E5; }
p { color: rgb(246,201,229); }
H1.HeaderClassName
{
color: #F6C9E5;
}
.AnyTagClassName
{
color: #F6C9E5;
}
</style>
background-color css
<style>
a { background-color: #F6C9E5; }
a { background-color: rgb(246,201,229); }
div.DivClassName
{
background-color: #F6C9E5;
}
.BgClassName
{
background-color: #F6C9E5;
}
</style>
border-color css
<style>
span { border-color: #F6C9E5; }
span { border-color: rgb(246,201,229); }
td.TdClassName
{
border-color: #F6C9E5;
}
.TagClassName
{
border-color: #F6C9E5;
}
</style>