Shades of Classic Rose #F8C6ED
Tints of Classic Rose #F8C6ED
RGB
CMYK
RGB Variations
Color information
#F8C6ED (or 0xF8C6ED) is known color: Classic Rose. HEX triplet: F8, C6 and ED. RGB value is (248,198,237). Sum of RGB (Red+Green+Blue) = 248+198+237=683 (90% of max value = 765). Red value is 248 (97.27% from 255 or 36.31% from 683); Green value is 198 (77.73% from 255 or 28.99% from 683); Blue value is 237 (92.97% from 255 or 34.70% from 683); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C6ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8C6ED is #073912. Grayscale: #D9D9D9. Windows color (decimal): -473363 or 15582968. OLE color: 15582968.
HSL color Cylindrical-coordinate representation of color #F8C6ED: hue angle of 313.2º degrees, saturation: 0.78, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F8C6ED is Cyan = 0, Magento = 0.20, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 198 | 237 | - |
| CMYK | 0 | 0.20 | 0.04 | 0.03 |
| HSL | 313.2º | 0.78% | 0.87% | - |
| HSV(B) | 313.2º | 0.2% | 0.97% | - |
| XYZ | 74.19 | 66.46 | 89.04 | - |
| YUV | 217.4 | 139.07 | 149.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 198 | 237 | 0 | 0.20 | 0.04 | 0.03 | 313.2 | 0.78 | 0.87 |
| Hex | F8 | C6 | ED | 0 | 14 | 4 | 3 | 139 | 4E | 57 |
| Octal | 370 | 306 | 355 | 0 | 24 | 4 | 3 | 471 | 116 | 127 |
| Binary | 11111000 | 11000110 | 11101101 | 0 | 10100 | 100 | 11 | 100111001 | 1001110 | 1010111 |
Color Harmonies of #F8C6ED
Complementary color
Monochromatic Colors of #F8C6ED
Black with #F8C6ED
Text Example
Text Example
White with #F8C6ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C6ED; }
p { color: rgb(248,198,237); }
H1.HeaderClassName
{
color: #F8C6ED;
}
.AnyTagClassName
{
color: #F8C6ED;
}
</style>
background-color css
<style>
a { background-color: #F8C6ED; }
a { background-color: rgb(248,198,237); }
div.DivClassName
{
background-color: #F8C6ED;
}
.BgClassName
{
background-color: #F8C6ED;
}
</style>
border-color css
<style>
span { border-color: #F8C6ED; }
span { border-color: rgb(248,198,237); }
td.TdClassName
{
border-color: #F8C6ED;
}
.TagClassName
{
border-color: #F8C6ED;
}
</style>