Shades of Classic Rose #F8CFEB
Tints of Classic Rose #F8CFEB
RGB
CMYK
RGB Variations
Color information
#F8CFEB (or 0xF8CFEB) is known color: Classic Rose. HEX triplet: F8, CF and EB. RGB value is (248,207,235). Sum of RGB (Red+Green+Blue) = 248+207+235=690 (91% of max value = 765). Red value is 248 (97.27% from 255 or 35.94% from 690); Green value is 207 (81.25% from 255 or 30% from 690); Blue value is 235 (92.19% from 255 or 34.06% from 690); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CFEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8CFEB is #073014. Grayscale: #DEDEDE. Windows color (decimal): -471061 or 15454200. OLE color: 15454200.
HSL color Cylindrical-coordinate representation of color #F8CFEB: hue angle of 319.02º 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 #F8CFEB is Cyan = 0, Magento = 0.17, Yellow = 0.05 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 207 | 235 | - |
| CMYK | 0 | 0.17 | 0.05 | 0.03 |
| HSL | 319.02º | 0.75% | 0.89% | - |
| HSV(B) | 319.02º | 0.17% | 0.97% | - |
| XYZ | 76.02 | 70.58 | 88.21 | - |
| YUV | 222.45 | 135.08 | 146.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 207 | 235 | 0 | 0.17 | 0.05 | 0.03 | 319.02 | 0.75 | 0.89 |
| Hex | F8 | CF | EB | 0 | 11 | 5 | 3 | 13F | 4B | 59 |
| Octal | 370 | 317 | 353 | 0 | 21 | 5 | 3 | 477 | 113 | 131 |
| Binary | 11111000 | 11001111 | 11101011 | 0 | 10001 | 101 | 11 | 100111111 | 1001011 | 1011001 |
Color Harmonies of #F8CFEB
Complementary color
Monochromatic Colors of #F8CFEB
Black with #F8CFEB
Text Example
Text Example
White with #F8CFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CFEB; }
p { color: rgb(248,207,235); }
H1.HeaderClassName
{
color: #F8CFEB;
}
.AnyTagClassName
{
color: #F8CFEB;
}
</style>
background-color css
<style>
a { background-color: #F8CFEB; }
a { background-color: rgb(248,207,235); }
div.DivClassName
{
background-color: #F8CFEB;
}
.BgClassName
{
background-color: #F8CFEB;
}
</style>
border-color css
<style>
span { border-color: #F8CFEB; }
span { border-color: rgb(248,207,235); }
td.TdClassName
{
border-color: #F8CFEB;
}
.TagClassName
{
border-color: #F8CFEB;
}
</style>