Shades of Classic Rose #F8C1DF
Tints of Classic Rose #F8C1DF
RGB
CMYK
RGB Variations
Color information
#F8C1DF (or 0xF8C1DF) is known color: Classic Rose. HEX triplet: F8, C1 and DF. RGB value is (248,193,223). Sum of RGB (Red+Green+Blue) = 248+193+223=664 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.35% from 664); Green value is 193 (75.78% from 255 or 29.07% from 664); Blue value is 223 (87.5% from 255 or 33.58% from 664); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C1DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8C1DF is #073E20. Grayscale: #D4D4D4. Windows color (decimal): -474657 or 14664184. OLE color: 14664184.
HSL color Cylindrical-coordinate representation of color #F8C1DF: hue angle of 327.27º degrees, saturation: 0.8, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F8C1DF is Cyan = 0, Magento = 0.22, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 193 | 223 | - |
| CMYK | 0 | 0.22 | 0.10 | 0.03 |
| HSL | 327.27º | 0.8% | 0.86% | - |
| HSV(B) | 327.27º | 0.22% | 0.97% | - |
| XYZ | 71.1 | 63.42 | 78.31 | - |
| YUV | 212.87 | 133.72 | 153.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 193 | 223 | 0 | 0.22 | 0.10 | 0.03 | 327.27 | 0.8 | 0.86 |
| Hex | F8 | C1 | DF | 0 | 16 | A | 3 | 147 | 50 | 56 |
| Octal | 370 | 301 | 337 | 0 | 26 | 12 | 3 | 507 | 120 | 126 |
| Binary | 11111000 | 11000001 | 11011111 | 0 | 10110 | 1010 | 11 | 101000111 | 1010000 | 1010110 |
Color Harmonies of #F8C1DF
Complementary color
Monochromatic Colors of #F8C1DF
Black with #F8C1DF
Text Example
Text Example
White with #F8C1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C1DF; }
p { color: rgb(248,193,223); }
H1.HeaderClassName
{
color: #F8C1DF;
}
.AnyTagClassName
{
color: #F8C1DF;
}
</style>
background-color css
<style>
a { background-color: #F8C1DF; }
a { background-color: rgb(248,193,223); }
div.DivClassName
{
background-color: #F8C1DF;
}
.BgClassName
{
background-color: #F8C1DF;
}
</style>
border-color css
<style>
span { border-color: #F8C1DF; }
span { border-color: rgb(248,193,223); }
td.TdClassName
{
border-color: #F8C1DF;
}
.TagClassName
{
border-color: #F8C1DF;
}
</style>