Shades of Classic Rose #F8CCED
Tints of Classic Rose #F8CCED
RGB
CMYK
RGB Variations
Color information
#F8CCED (or 0xF8CCED) is known color: Classic Rose. HEX triplet: F8, CC and ED. RGB value is (248,204,237). Sum of RGB (Red+Green+Blue) = 248+204+237=689 (91% of max value = 765). Red value is 248 (97.27% from 255 or 35.99% from 689); Green value is 204 (80.08% from 255 or 29.61% from 689); Blue value is 237 (92.97% from 255 or 34.40% from 689); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CCED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8CCED is #073312. Grayscale: #DCDCDC. Windows color (decimal): -471827 or 15584504. OLE color: 15584504.
HSL color Cylindrical-coordinate representation of color #F8CCED: hue angle of 315º degrees, saturation: 0.76, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F8CCED is Cyan = 0, Magento = 0.18, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 204 | 237 | - |
| CMYK | 0 | 0.18 | 0.04 | 0.03 |
| HSL | 315º | 0.76% | 0.89% | - |
| HSV(B) | 315º | 0.18% | 0.97% | - |
| XYZ | 75.59 | 69.26 | 89.5 | - |
| YUV | 220.92 | 137.08 | 147.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 204 | 237 | 0 | 0.18 | 0.04 | 0.03 | 315 | 0.76 | 0.89 |
| Hex | F8 | CC | ED | 0 | 12 | 4 | 3 | 13B | 4C | 59 |
| Octal | 370 | 314 | 355 | 0 | 22 | 4 | 3 | 473 | 114 | 131 |
| Binary | 11111000 | 11001100 | 11101101 | 0 | 10010 | 100 | 11 | 100111011 | 1001100 | 1011001 |
Color Harmonies of #F8CCED
Complementary color
Monochromatic Colors of #F8CCED
Black with #F8CCED
Text Example
Text Example
White with #F8CCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CCED; }
p { color: rgb(248,204,237); }
H1.HeaderClassName
{
color: #F8CCED;
}
.AnyTagClassName
{
color: #F8CCED;
}
</style>
background-color css
<style>
a { background-color: #F8CCED; }
a { background-color: rgb(248,204,237); }
div.DivClassName
{
background-color: #F8CCED;
}
.BgClassName
{
background-color: #F8CCED;
}
</style>
border-color css
<style>
span { border-color: #F8CCED; }
span { border-color: rgb(248,204,237); }
td.TdClassName
{
border-color: #F8CCED;
}
.TagClassName
{
border-color: #F8CCED;
}
</style>