Shades of Classic Rose #F8CFE3
Tints of Classic Rose #F8CFE3
RGB
CMYK
RGB Variations
Color information
#F8CFE3 (or 0xF8CFE3) is known color: Classic Rose. HEX triplet: F8, CF and E3. RGB value is (248,207,227). Sum of RGB (Red+Green+Blue) = 248+207+227=682 (90% of max value = 765). Red value is 248 (97.27% from 255 or 36.36% from 682); Green value is 207 (81.25% from 255 or 30.35% from 682); Blue value is 227 (89.06% from 255 or 33.28% from 682); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CFE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8CFE3 is #07301C. Grayscale: #DDDDDD. Windows color (decimal): -471069 or 14929912. OLE color: 14929912.
HSL color Cylindrical-coordinate representation of color #F8CFE3: hue angle of 330.73º 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 #F8CFE3 is Cyan = 0, Magento = 0.17, Yellow = 0.08 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 207 | 227 | - |
| CMYK | 0 | 0.17 | 0.08 | 0.03 |
| HSL | 330.73º | 0.75% | 0.89% | - |
| HSV(B) | 330.73º | 0.17% | 0.97% | - |
| XYZ | 74.89 | 70.13 | 82.26 | - |
| YUV | 221.54 | 131.08 | 146.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 207 | 227 | 0 | 0.17 | 0.08 | 0.03 | 330.73 | 0.75 | 0.89 |
| Hex | F8 | CF | E3 | 0 | 11 | 8 | 3 | 14B | 4B | 59 |
| Octal | 370 | 317 | 343 | 0 | 21 | 10 | 3 | 513 | 113 | 131 |
| Binary | 11111000 | 11001111 | 11100011 | 0 | 10001 | 1000 | 11 | 101001011 | 1001011 | 1011001 |
Color Harmonies of #F8CFE3
Complementary color
Monochromatic Colors of #F8CFE3
Black with #F8CFE3
Text Example
Text Example
White with #F8CFE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CFE3; }
p { color: rgb(248,207,227); }
H1.HeaderClassName
{
color: #F8CFE3;
}
.AnyTagClassName
{
color: #F8CFE3;
}
</style>
background-color css
<style>
a { background-color: #F8CFE3; }
a { background-color: rgb(248,207,227); }
div.DivClassName
{
background-color: #F8CFE3;
}
.BgClassName
{
background-color: #F8CFE3;
}
</style>
border-color css
<style>
span { border-color: #F8CFE3; }
span { border-color: rgb(248,207,227); }
td.TdClassName
{
border-color: #F8CFE3;
}
.TagClassName
{
border-color: #F8CFE3;
}
</style>