Shades of Classic Rose #F8CFEA
Tints of Classic Rose #F8CFEA
RGB
CMYK
RGB Variations
Color information
#F8CFEA (or 0xF8CFEA) is known color: Classic Rose. HEX triplet: F8, CF and EA. RGB value is (248,207,234). Sum of RGB (Red+Green+Blue) = 248+207+234=689 (91% of max value = 765). Red value is 248 (97.27% from 255 or 35.99% from 689); Green value is 207 (81.25% from 255 or 30.04% from 689); Blue value is 234 (91.80% from 255 or 33.96% from 689); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CFEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8CFEA is #073015. Grayscale: #DEDEDE. Windows color (decimal): -471062 or 15388664. OLE color: 15388664.
HSL color Cylindrical-coordinate representation of color #F8CFEA: hue angle of 320.49º 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 #F8CFEA is Cyan = 0, Magento = 0.17, Yellow = 0.06 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 207 | 234 | - |
| CMYK | 0 | 0.17 | 0.06 | 0.03 |
| HSL | 320.49º | 0.75% | 0.89% | - |
| HSV(B) | 320.49º | 0.17% | 0.97% | - |
| XYZ | 75.88 | 70.52 | 87.46 | - |
| YUV | 222.34 | 134.58 | 146.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 207 | 234 | 0 | 0.17 | 0.06 | 0.03 | 320.49 | 0.75 | 0.89 |
| Hex | F8 | CF | EA | 0 | 11 | 6 | 3 | 140 | 4B | 59 |
| Octal | 370 | 317 | 352 | 0 | 21 | 6 | 3 | 500 | 113 | 131 |
| Binary | 11111000 | 11001111 | 11101010 | 0 | 10001 | 110 | 11 | 101000000 | 1001011 | 1011001 |
Color Harmonies of #F8CFEA
Complementary color
Monochromatic Colors of #F8CFEA
Black with #F8CFEA
Text Example
Text Example
White with #F8CFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CFEA; }
p { color: rgb(248,207,234); }
H1.HeaderClassName
{
color: #F8CFEA;
}
.AnyTagClassName
{
color: #F8CFEA;
}
</style>
background-color css
<style>
a { background-color: #F8CFEA; }
a { background-color: rgb(248,207,234); }
div.DivClassName
{
background-color: #F8CFEA;
}
.BgClassName
{
background-color: #F8CFEA;
}
</style>
border-color css
<style>
span { border-color: #F8CFEA; }
span { border-color: rgb(248,207,234); }
td.TdClassName
{
border-color: #F8CFEA;
}
.TagClassName
{
border-color: #F8CFEA;
}
</style>