Shades of Classic Rose #F8C3DF
Tints of Classic Rose #F8C3DF
RGB
CMYK
RGB Variations
Color information
#F8C3DF (or 0xF8C3DF) is known color: Classic Rose. HEX triplet: F8, C3 and DF. RGB value is (248,195,223). Sum of RGB (Red+Green+Blue) = 248+195+223=666 (88% of max value = 765). Red value is 248 (97.27% from 255 or 37.24% from 666); Green value is 195 (76.56% from 255 or 29.28% from 666); Blue value is 223 (87.5% from 255 or 33.48% from 666); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C3DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8C3DF is #073C20. Grayscale: #D5D5D5. Windows color (decimal): -474145 or 14664696. OLE color: 14664696.
HSL color Cylindrical-coordinate representation of color #F8C3DF: hue angle of 328.3º degrees, saturation: 0.79, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F8C3DF is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 195 | 223 | - |
| CMYK | 0 | 0.21 | 0.10 | 0.03 |
| HSL | 328.3º | 0.79% | 0.87% | - |
| HSV(B) | 328.3º | 0.21% | 0.97% | - |
| XYZ | 71.55 | 64.31 | 78.46 | - |
| YUV | 214.04 | 133.06 | 152.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 195 | 223 | 0 | 0.21 | 0.10 | 0.03 | 328.3 | 0.79 | 0.87 |
| Hex | F8 | C3 | DF | 0 | 15 | A | 3 | 148 | 4F | 57 |
| Octal | 370 | 303 | 337 | 0 | 25 | 12 | 3 | 510 | 117 | 127 |
| Binary | 11111000 | 11000011 | 11011111 | 0 | 10101 | 1010 | 11 | 101001000 | 1001111 | 1010111 |
Color Harmonies of #F8C3DF
Complementary color
Monochromatic Colors of #F8C3DF
Black with #F8C3DF
Text Example
Text Example
White with #F8C3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C3DF; }
p { color: rgb(248,195,223); }
H1.HeaderClassName
{
color: #F8C3DF;
}
.AnyTagClassName
{
color: #F8C3DF;
}
</style>
background-color css
<style>
a { background-color: #F8C3DF; }
a { background-color: rgb(248,195,223); }
div.DivClassName
{
background-color: #F8C3DF;
}
.BgClassName
{
background-color: #F8C3DF;
}
</style>
border-color css
<style>
span { border-color: #F8C3DF; }
span { border-color: rgb(248,195,223); }
td.TdClassName
{
border-color: #F8C3DF;
}
.TagClassName
{
border-color: #F8C3DF;
}
</style>