Shades of Classic Rose #F8CFE4
Tints of Classic Rose #F8CFE4
RGB
CMYK
RGB Variations
Color information
#F8CFE4 (or 0xF8CFE4) is known color: Classic Rose. HEX triplet: F8, CF and E4. RGB value is (248,207,228). Sum of RGB (Red+Green+Blue) = 248+207+228=683 (90% of max value = 765). Red value is 248 (97.27% from 255 or 36.31% from 683); Green value is 207 (81.25% from 255 or 30.31% from 683); Blue value is 228 (89.45% from 255 or 33.38% from 683); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CFE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8CFE4 is #07301B. Grayscale: #DDDDDD. Windows color (decimal): -471068 or 14995448. OLE color: 14995448.
HSL color Cylindrical-coordinate representation of color #F8CFE4: hue angle of 329.27º 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 #F8CFE4 is Cyan = 0, Magento = 0.17, Yellow = 0.08 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 207 | 228 | - |
| CMYK | 0 | 0.17 | 0.08 | 0.03 |
| HSL | 329.27º | 0.75% | 0.89% | - |
| HSV(B) | 329.27º | 0.17% | 0.97% | - |
| XYZ | 75.03 | 70.18 | 82.99 | - |
| YUV | 221.65 | 131.58 | 146.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 207 | 228 | 0 | 0.17 | 0.08 | 0.03 | 329.27 | 0.75 | 0.89 |
| Hex | F8 | CF | E4 | 0 | 11 | 8 | 3 | 149 | 4B | 59 |
| Octal | 370 | 317 | 344 | 0 | 21 | 10 | 3 | 511 | 113 | 131 |
| Binary | 11111000 | 11001111 | 11100100 | 0 | 10001 | 1000 | 11 | 101001001 | 1001011 | 1011001 |
Color Harmonies of #F8CFE4
Complementary color
Monochromatic Colors of #F8CFE4
Black with #F8CFE4
Text Example
Text Example
White with #F8CFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CFE4; }
p { color: rgb(248,207,228); }
H1.HeaderClassName
{
color: #F8CFE4;
}
.AnyTagClassName
{
color: #F8CFE4;
}
</style>
background-color css
<style>
a { background-color: #F8CFE4; }
a { background-color: rgb(248,207,228); }
div.DivClassName
{
background-color: #F8CFE4;
}
.BgClassName
{
background-color: #F8CFE4;
}
</style>
border-color css
<style>
span { border-color: #F8CFE4; }
span { border-color: rgb(248,207,228); }
td.TdClassName
{
border-color: #F8CFE4;
}
.TagClassName
{
border-color: #F8CFE4;
}
</style>