Shades of Classic Rose #F8C4DC
Tints of Classic Rose #F8C4DC
RGB
CMYK
RGB Variations
Color information
#F8C4DC (or 0xF8C4DC) is known color: Classic Rose. HEX triplet: F8, C4 and DC. RGB value is (248,196,220). Sum of RGB (Red+Green+Blue) = 248+196+220=664 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.35% from 664); Green value is 196 (76.95% from 255 or 29.52% from 664); Blue value is 220 (86.33% from 255 or 33.13% from 664); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C4DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8C4DC is #073B23. Grayscale: #D6D6D6. Windows color (decimal): -473892 or 14468344. OLE color: 14468344.
HSL color Cylindrical-coordinate representation of color #F8C4DC: hue angle of 332.31º 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 #F8C4DC is Cyan = 0, Magento = 0.21, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 196 | 220 | - |
| CMYK | 0 | 0.21 | 0.11 | 0.03 |
| HSL | 332.31º | 0.79% | 0.87% | - |
| HSV(B) | 332.31º | 0.21% | 0.97% | - |
| XYZ | 71.37 | 64.6 | 76.42 | - |
| YUV | 214.28 | 131.23 | 152.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 196 | 220 | 0 | 0.21 | 0.11 | 0.03 | 332.31 | 0.79 | 0.87 |
| Hex | F8 | C4 | DC | 0 | 15 | B | 3 | 14C | 4F | 57 |
| Octal | 370 | 304 | 334 | 0 | 25 | 13 | 3 | 514 | 117 | 127 |
| Binary | 11111000 | 11000100 | 11011100 | 0 | 10101 | 1011 | 11 | 101001100 | 1001111 | 1010111 |
Color Harmonies of #F8C4DC
Complementary color
Monochromatic Colors of #F8C4DC
Black with #F8C4DC
Text Example
Text Example
White with #F8C4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C4DC; }
p { color: rgb(248,196,220); }
H1.HeaderClassName
{
color: #F8C4DC;
}
.AnyTagClassName
{
color: #F8C4DC;
}
</style>
background-color css
<style>
a { background-color: #F8C4DC; }
a { background-color: rgb(248,196,220); }
div.DivClassName
{
background-color: #F8C4DC;
}
.BgClassName
{
background-color: #F8C4DC;
}
</style>
border-color css
<style>
span { border-color: #F8C4DC; }
span { border-color: rgb(248,196,220); }
td.TdClassName
{
border-color: #F8C4DC;
}
.TagClassName
{
border-color: #F8C4DC;
}
</style>