Shades of Classic Rose #F8CDE5
Tints of Classic Rose #F8CDE5
RGB
CMYK
RGB Variations
Color information
#F8CDE5 (or 0xF8CDE5) is known color: Classic Rose. HEX triplet: F8, CD and E5. RGB value is (248,205,229). Sum of RGB (Red+Green+Blue) = 248+205+229=682 (90% of max value = 765). Red value is 248 (97.27% from 255 or 36.36% from 682); Green value is 205 (80.47% from 255 or 30.06% from 682); Blue value is 229 (89.84% from 255 or 33.58% from 682); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CDE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8CDE5 is #07321A. Grayscale: #DCDCDC. Windows color (decimal): -471579 or 15060472. OLE color: 15060472.
HSL color Cylindrical-coordinate representation of color #F8CDE5: hue angle of 326.51º 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 #F8CDE5 is Cyan = 0, Magento = 0.17, Yellow = 0.08 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 205 | 229 | - |
| CMYK | 0 | 0.17 | 0.08 | 0.03 |
| HSL | 326.51º | 0.75% | 0.89% | - |
| HSV(B) | 326.51º | 0.17% | 0.97% | - |
| XYZ | 74.69 | 69.28 | 83.56 | - |
| YUV | 220.59 | 132.75 | 147.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 205 | 229 | 0 | 0.17 | 0.08 | 0.03 | 326.51 | 0.75 | 0.89 |
| Hex | F8 | CD | E5 | 0 | 11 | 8 | 3 | 147 | 4B | 59 |
| Octal | 370 | 315 | 345 | 0 | 21 | 10 | 3 | 507 | 113 | 131 |
| Binary | 11111000 | 11001101 | 11100101 | 0 | 10001 | 1000 | 11 | 101000111 | 1001011 | 1011001 |
Color Harmonies of #F8CDE5
Complementary color
Monochromatic Colors of #F8CDE5
Black with #F8CDE5
Text Example
Text Example
White with #F8CDE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CDE5; }
p { color: rgb(248,205,229); }
H1.HeaderClassName
{
color: #F8CDE5;
}
.AnyTagClassName
{
color: #F8CDE5;
}
</style>
background-color css
<style>
a { background-color: #F8CDE5; }
a { background-color: rgb(248,205,229); }
div.DivClassName
{
background-color: #F8CDE5;
}
.BgClassName
{
background-color: #F8CDE5;
}
</style>
border-color css
<style>
span { border-color: #F8CDE5; }
span { border-color: rgb(248,205,229); }
td.TdClassName
{
border-color: #F8CDE5;
}
.TagClassName
{
border-color: #F8CDE5;
}
</style>