Shades of Classic Rose #F8C7DF
Tints of Classic Rose #F8C7DF
RGB
CMYK
RGB Variations
Color information
#F8C7DF (or 0xF8C7DF) is known color: Classic Rose. HEX triplet: F8, C7 and DF. RGB value is (248,199,223). Sum of RGB (Red+Green+Blue) = 248+199+223=670 (88% of max value = 765). Red value is 248 (97.27% from 255 or 37.01% from 670); Green value is 199 (78.12% from 255 or 29.70% from 670); Blue value is 223 (87.5% from 255 or 33.28% from 670); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C7DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8C7DF is #073820. Grayscale: #D8D8D8. Windows color (decimal): -473121 or 14665720. OLE color: 14665720.
HSL color Cylindrical-coordinate representation of color #F8C7DF: hue angle of 330.61º degrees, saturation: 0.78, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F8C7DF is Cyan = 0, Magento = 0.20, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
RGB | 248 | 199 | 223 | - |
CMYK | 0 | 0.20 | 0.10 | 0.03 |
HSL | 330.61º | 0.78% | 0.88% | - |
HSV(B) | 330.61º | 0.2% | 0.97% | - |
XYZ | 72.45 | 66.13 | 78.76 | - |
YUV | 216.39 | 131.73 | 150.55 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 248 | 199 | 223 | 0 | 0.20 | 0.10 | 0.03 | 330.61 | 0.78 | 0.88 |
Hex | F8 | C7 | DF | 0 | 14 | A | 3 | 14B | 4E | 58 |
Octal | 370 | 307 | 337 | 0 | 24 | 12 | 3 | 513 | 116 | 130 |
Binary | 11111000 | 11000111 | 11011111 | 0 | 10100 | 1010 | 11 | 101001011 | 1001110 | 1011000 |
Color Harmonies of #F8C7DF
Complementary color
Monochromatic Colors of #F8C7DF
Black with #F8C7DF
Text Example
Text Example
White with #F8C7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C7DF; }
p { color: rgb(248,199,223); }
H1.HeaderClassName
{
color: #F8C7DF;
}
.AnyTagClassName
{
color: #F8C7DF;
}
</style>
background-color css
<style>
a { background-color: #F8C7DF; }
a { background-color: rgb(248,199,223); }
div.DivClassName
{
background-color: #F8C7DF;
}
.BgClassName
{
background-color: #F8C7DF;
}
</style>
border-color css
<style>
span { border-color: #F8C7DF; }
span { border-color: rgb(248,199,223); }
td.TdClassName
{
border-color: #F8C7DF;
}
.TagClassName
{
border-color: #F8C7DF;
}
</style>