Shades of Classic Rose #F8CDE4
Tints of Classic Rose #F8CDE4
RGB
CMYK
RGB Variations
Color information
#F8CDE4 (or 0xF8CDE4) is known color: Classic Rose. HEX triplet: F8, CD and E4. RGB value is (248,205,228). Sum of RGB (Red+Green+Blue) = 248+205+228=681 (90% of max value = 765). Red value is 248 (97.27% from 255 or 36.42% from 681); Green value is 205 (80.47% from 255 or 30.10% from 681); Blue value is 228 (89.45% from 255 or 33.48% from 681); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CDE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8CDE4 is #07321B. Grayscale: #DCDCDC. Windows color (decimal): -471580 or 14994936. OLE color: 14994936.
HSL color Cylindrical-coordinate representation of color #F8CDE4: hue angle of 327.91º 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 #F8CDE4 is Cyan = 0, Magento = 0.17, Yellow = 0.08 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 205 | 228 | - |
| CMYK | 0 | 0.17 | 0.08 | 0.03 |
| HSL | 327.91º | 0.75% | 0.89% | - |
| HSV(B) | 327.91º | 0.17% | 0.97% | - |
| XYZ | 74.55 | 69.22 | 82.83 | - |
| YUV | 220.48 | 132.25 | 147.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 205 | 228 | 0 | 0.17 | 0.08 | 0.03 | 327.91 | 0.75 | 0.89 |
| Hex | F8 | CD | E4 | 0 | 11 | 8 | 3 | 148 | 4B | 59 |
| Octal | 370 | 315 | 344 | 0 | 21 | 10 | 3 | 510 | 113 | 131 |
| Binary | 11111000 | 11001101 | 11100100 | 0 | 10001 | 1000 | 11 | 101001000 | 1001011 | 1011001 |
Color Harmonies of #F8CDE4
Complementary color
Monochromatic Colors of #F8CDE4
Black with #F8CDE4
Text Example
Text Example
White with #F8CDE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CDE4; }
p { color: rgb(248,205,228); }
H1.HeaderClassName
{
color: #F8CDE4;
}
.AnyTagClassName
{
color: #F8CDE4;
}
</style>
background-color css
<style>
a { background-color: #F8CDE4; }
a { background-color: rgb(248,205,228); }
div.DivClassName
{
background-color: #F8CDE4;
}
.BgClassName
{
background-color: #F8CDE4;
}
</style>
border-color css
<style>
span { border-color: #F8CDE4; }
span { border-color: rgb(248,205,228); }
td.TdClassName
{
border-color: #F8CDE4;
}
.TagClassName
{
border-color: #F8CDE4;
}
</style>