Shades of Classic Rose #F8CDDF
Tints of Classic Rose #F8CDDF
RGB
CMYK
RGB Variations
Color information
#F8CDDF (or 0xF8CDDF) is known color: Classic Rose. HEX triplet: F8, CD and DF. RGB value is (248,205,223). Sum of RGB (Red+Green+Blue) = 248+205+223=676 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.69% from 676); Green value is 205 (80.47% from 255 or 30.33% from 676); Blue value is 223 (87.5% from 255 or 32.99% from 676); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CDDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8CDDF is #073220. Grayscale: #DBDBDB. Windows color (decimal): -471585 or 14667256. OLE color: 14667256.
HSL color Cylindrical-coordinate representation of color #F8CDDF: hue angle of 334.88º degrees, saturation: 0.75, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F8CDDF is Cyan = 0, Magento = 0.17, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 205 | 223 | - |
| CMYK | 0 | 0.17 | 0.10 | 0.03 |
| HSL | 334.88º | 0.75% | 0.89% | - |
| HSV(B) | 334.88º | 0.17% | 0.97% | - |
| XYZ | 73.86 | 68.95 | 79.23 | - |
| YUV | 219.91 | 129.75 | 148.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 205 | 223 | 0 | 0.17 | 0.10 | 0.03 | 334.88 | 0.75 | 0.89 |
| Hex | F8 | CD | DF | 0 | 11 | A | 3 | 14F | 4B | 59 |
| Octal | 370 | 315 | 337 | 0 | 21 | 12 | 3 | 517 | 113 | 131 |
| Binary | 11111000 | 11001101 | 11011111 | 0 | 10001 | 1010 | 11 | 101001111 | 1001011 | 1011001 |
Color Harmonies of #F8CDDF
Complementary color
Monochromatic Colors of #F8CDDF
Black with #F8CDDF
Text Example
Text Example
White with #F8CDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CDDF; }
p { color: rgb(248,205,223); }
H1.HeaderClassName
{
color: #F8CDDF;
}
.AnyTagClassName
{
color: #F8CDDF;
}
</style>
background-color css
<style>
a { background-color: #F8CDDF; }
a { background-color: rgb(248,205,223); }
div.DivClassName
{
background-color: #F8CDDF;
}
.BgClassName
{
background-color: #F8CDDF;
}
</style>
border-color css
<style>
span { border-color: #F8CDDF; }
span { border-color: rgb(248,205,223); }
td.TdClassName
{
border-color: #F8CDDF;
}
.TagClassName
{
border-color: #F8CDDF;
}
</style>