Shades of Classic Rose #F8CFEE
Tints of Classic Rose #F8CFEE
RGB
CMYK
RGB Variations
Color information
#F8CFEE (or 0xF8CFEE) is known color: Classic Rose. HEX triplet: F8, CF and EE. RGB value is (248,207,238). Sum of RGB (Red+Green+Blue) = 248+207+238=693 (91% of max value = 765). Red value is 248 (97.27% from 255 or 35.79% from 693); Green value is 207 (81.25% from 255 or 29.87% from 693); Blue value is 238 (93.36% from 255 or 34.34% from 693); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CFEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8CFEE is #073011. Grayscale: #DEDEDE. Windows color (decimal): -471058 or 15650808. OLE color: 15650808.
HSL color Cylindrical-coordinate representation of color #F8CFEE: hue angle of 314.63º 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 #F8CFEE is Cyan = 0, Magento = 0.17, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 207 | 238 | - |
| CMYK | 0 | 0.17 | 0.04 | 0.03 |
| HSL | 314.63º | 0.75% | 0.89% | - |
| HSV(B) | 314.63º | 0.17% | 0.97% | - |
| XYZ | 76.46 | 70.76 | 90.52 | - |
| YUV | 222.79 | 136.58 | 145.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 207 | 238 | 0 | 0.17 | 0.04 | 0.03 | 314.63 | 0.75 | 0.89 |
| Hex | F8 | CF | EE | 0 | 11 | 4 | 3 | 13B | 4B | 59 |
| Octal | 370 | 317 | 356 | 0 | 21 | 4 | 3 | 473 | 113 | 131 |
| Binary | 11111000 | 11001111 | 11101110 | 0 | 10001 | 100 | 11 | 100111011 | 1001011 | 1011001 |
Color Harmonies of #F8CFEE
Complementary color
Monochromatic Colors of #F8CFEE
Black with #F8CFEE
Text Example
Text Example
White with #F8CFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CFEE; }
p { color: rgb(248,207,238); }
H1.HeaderClassName
{
color: #F8CFEE;
}
.AnyTagClassName
{
color: #F8CFEE;
}
</style>
background-color css
<style>
a { background-color: #F8CFEE; }
a { background-color: rgb(248,207,238); }
div.DivClassName
{
background-color: #F8CFEE;
}
.BgClassName
{
background-color: #F8CFEE;
}
</style>
border-color css
<style>
span { border-color: #F8CFEE; }
span { border-color: rgb(248,207,238); }
td.TdClassName
{
border-color: #F8CFEE;
}
.TagClassName
{
border-color: #F8CFEE;
}
</style>