Shades of Classic Rose #F8CFE9
Tints of Classic Rose #F8CFE9
RGB
CMYK
RGB Variations
Color information
#F8CFE9 (or 0xF8CFE9) is known color: Classic Rose. HEX triplet: F8, CF and E9. RGB value is (248,207,233). Sum of RGB (Red+Green+Blue) = 248+207+233=688 (91% of max value = 765). Red value is 248 (97.27% from 255 or 36.05% from 688); Green value is 207 (81.25% from 255 or 30.09% from 688); Blue value is 233 (91.41% from 255 or 33.87% from 688); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CFE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8CFE9 is #073016. Grayscale: #DEDEDE. Windows color (decimal): -471063 or 15323128. OLE color: 15323128.
HSL color Cylindrical-coordinate representation of color #F8CFE9: hue angle of 321.95º 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 #F8CFE9 is Cyan = 0, Magento = 0.17, Yellow = 0.06 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 207 | 233 | - |
| CMYK | 0 | 0.17 | 0.06 | 0.03 |
| HSL | 321.95º | 0.75% | 0.89% | - |
| HSV(B) | 321.95º | 0.17% | 0.97% | - |
| XYZ | 75.73 | 70.47 | 86.7 | - |
| YUV | 222.22 | 134.08 | 146.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 207 | 233 | 0 | 0.17 | 0.06 | 0.03 | 321.95 | 0.75 | 0.89 |
| Hex | F8 | CF | E9 | 0 | 11 | 6 | 3 | 142 | 4B | 59 |
| Octal | 370 | 317 | 351 | 0 | 21 | 6 | 3 | 502 | 113 | 131 |
| Binary | 11111000 | 11001111 | 11101001 | 0 | 10001 | 110 | 11 | 101000010 | 1001011 | 1011001 |
Color Harmonies of #F8CFE9
Complementary color
Monochromatic Colors of #F8CFE9
Black with #F8CFE9
Text Example
Text Example
White with #F8CFE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CFE9; }
p { color: rgb(248,207,233); }
H1.HeaderClassName
{
color: #F8CFE9;
}
.AnyTagClassName
{
color: #F8CFE9;
}
</style>
background-color css
<style>
a { background-color: #F8CFE9; }
a { background-color: rgb(248,207,233); }
div.DivClassName
{
background-color: #F8CFE9;
}
.BgClassName
{
background-color: #F8CFE9;
}
</style>
border-color css
<style>
span { border-color: #F8CFE9; }
span { border-color: rgb(248,207,233); }
td.TdClassName
{
border-color: #F8CFE9;
}
.TagClassName
{
border-color: #F8CFE9;
}
</style>