Shades of Classic Rose #FFC8F1
Tints of Classic Rose #FFC8F1
RGB
CMYK
RGB Variations
Color information
#FFC8F1 (or 0xFFC8F1) is known color: Classic Rose. HEX triplet: FF, C8 and F1. RGB value is (255,200,241). Sum of RGB (Red+Green+Blue) = 255+200+241=696 (92% of max value = 765). Red value is 255 (100% from 255 or 36.64% from 696); Green value is 200 (78.52% from 255 or 28.74% from 696); Blue value is 241 (94.53% from 255 or 34.63% from 696); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC8F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC8F1 is #00370E. Grayscale: #DDDDDD. Windows color (decimal): -14095 or 15845631. OLE color: 15845631.
HSL color Cylindrical-coordinate representation of color #FFC8F1: hue angle of 315.27º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FFC8F1 is Cyan = 0, Magento = 0.22, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 200 | 241 | - |
| CMYK | 0 | 0.22 | 0.05 | 0 |
| HSL | 315.27º | 1% | 0.89% | - |
| HSV(B) | 315.27º | 0.22% | 1% | - |
| XYZ | 77.77 | 68.92 | 92.42 | - |
| YUV | 221.12 | 139.22 | 152.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 200 | 241 | 0 | 0.22 | 0.05 | 0 | 315.27 | 1 | 0.89 |
| Hex | FF | C8 | F1 | 0 | 16 | 5 | 0 | 13B | 64 | 59 |
| Octal | 377 | 310 | 361 | 0 | 26 | 5 | 0 | 473 | 144 | 131 |
| Binary | 11111111 | 11001000 | 11110001 | 0 | 10110 | 101 | 0 | 100111011 | 1100100 | 1011001 |
Color Harmonies of #FFC8F1
Complementary color
Monochromatic Colors of #FFC8F1
Black with #FFC8F1
Text Example
Text Example
White with #FFC8F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC8F1; }
p { color: rgb(255,200,241); }
H1.HeaderClassName
{
color: #FFC8F1;
}
.AnyTagClassName
{
color: #FFC8F1;
}
</style>
background-color css
<style>
a { background-color: #FFC8F1; }
a { background-color: rgb(255,200,241); }
div.DivClassName
{
background-color: #FFC8F1;
}
.BgClassName
{
background-color: #FFC8F1;
}
</style>
border-color css
<style>
span { border-color: #FFC8F1; }
span { border-color: rgb(255,200,241); }
td.TdClassName
{
border-color: #FFC8F1;
}
.TagClassName
{
border-color: #FFC8F1;
}
</style>