Shades of Classic Rose #F8CCDE
Tints of Classic Rose #F8CCDE
RGB
CMYK
RGB Variations
Color information
#F8CCDE (or 0xF8CCDE) is known color: Classic Rose. HEX triplet: F8, CC and DE. RGB value is (248,204,222). Sum of RGB (Red+Green+Blue) = 248+204+222=674 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.80% from 674); Green value is 204 (80.08% from 255 or 30.27% from 674); Blue value is 222 (87.11% from 255 or 32.94% from 674); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CCDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8CCDE is #073321. Grayscale: #DBDBDB. Windows color (decimal): -471842 or 14601464. OLE color: 14601464.
HSL color Cylindrical-coordinate representation of color #F8CCDE: hue angle of 335.45º 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 #F8CCDE is Cyan = 0, Magento = 0.18, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 204 | 222 | - |
| CMYK | 0 | 0.18 | 0.10 | 0.03 |
| HSL | 335.45º | 0.76% | 0.89% | - |
| HSV(B) | 335.45º | 0.18% | 0.97% | - |
| XYZ | 73.49 | 68.42 | 78.44 | - |
| YUV | 219.21 | 129.58 | 148.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 204 | 222 | 0 | 0.18 | 0.10 | 0.03 | 335.45 | 0.76 | 0.89 |
| Hex | F8 | CC | DE | 0 | 12 | A | 3 | 14F | 4C | 59 |
| Octal | 370 | 314 | 336 | 0 | 22 | 12 | 3 | 517 | 114 | 131 |
| Binary | 11111000 | 11001100 | 11011110 | 0 | 10010 | 1010 | 11 | 101001111 | 1001100 | 1011001 |
Color Harmonies of #F8CCDE
Complementary color
Monochromatic Colors of #F8CCDE
Black with #F8CCDE
Text Example
Text Example
White with #F8CCDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CCDE; }
p { color: rgb(248,204,222); }
H1.HeaderClassName
{
color: #F8CCDE;
}
.AnyTagClassName
{
color: #F8CCDE;
}
</style>
background-color css
<style>
a { background-color: #F8CCDE; }
a { background-color: rgb(248,204,222); }
div.DivClassName
{
background-color: #F8CCDE;
}
.BgClassName
{
background-color: #F8CCDE;
}
</style>
border-color css
<style>
span { border-color: #F8CCDE; }
span { border-color: rgb(248,204,222); }
td.TdClassName
{
border-color: #F8CCDE;
}
.TagClassName
{
border-color: #F8CCDE;
}
</style>