Shades of Classic Rose #F8CEED
Tints of Classic Rose #F8CEED
RGB
CMYK
RGB Variations
Color information
#F8CEED (or 0xF8CEED) is known color: Classic Rose. HEX triplet: F8, CE and ED. RGB value is (248,206,237). Sum of RGB (Red+Green+Blue) = 248+206+237=691 (91% of max value = 765). Red value is 248 (97.27% from 255 or 35.89% from 691); Green value is 206 (80.86% from 255 or 29.81% from 691); Blue value is 237 (92.97% from 255 or 34.30% from 691); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CEED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8CEED is #073112. Grayscale: #DEDEDE. Windows color (decimal): -471315 or 15585016. OLE color: 15585016.
HSL color Cylindrical-coordinate representation of color #F8CEED: hue angle of 315.71º 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 #F8CEED is Cyan = 0, Magento = 0.17, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 206 | 237 | - |
| CMYK | 0 | 0.17 | 0.04 | 0.03 |
| HSL | 315.71º | 0.75% | 0.89% | - |
| HSV(B) | 315.71º | 0.17% | 0.97% | - |
| XYZ | 76.07 | 70.21 | 89.66 | - |
| YUV | 222.09 | 136.41 | 146.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 206 | 237 | 0 | 0.17 | 0.04 | 0.03 | 315.71 | 0.75 | 0.89 |
| Hex | F8 | CE | ED | 0 | 11 | 4 | 3 | 13C | 4B | 59 |
| Octal | 370 | 316 | 355 | 0 | 21 | 4 | 3 | 474 | 113 | 131 |
| Binary | 11111000 | 11001110 | 11101101 | 0 | 10001 | 100 | 11 | 100111100 | 1001011 | 1011001 |
Color Harmonies of #F8CEED
Complementary color
Monochromatic Colors of #F8CEED
Black with #F8CEED
Text Example
Text Example
White with #F8CEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CEED; }
p { color: rgb(248,206,237); }
H1.HeaderClassName
{
color: #F8CEED;
}
.AnyTagClassName
{
color: #F8CEED;
}
</style>
background-color css
<style>
a { background-color: #F8CEED; }
a { background-color: rgb(248,206,237); }
div.DivClassName
{
background-color: #F8CEED;
}
.BgClassName
{
background-color: #F8CEED;
}
</style>
border-color css
<style>
span { border-color: #F8CEED; }
span { border-color: rgb(248,206,237); }
td.TdClassName
{
border-color: #F8CEED;
}
.TagClassName
{
border-color: #F8CEED;
}
</style>