Shades of Classic Rose #FFC8F3
Tints of Classic Rose #FFC8F3
RGB
CMYK
RGB Variations
Color information
#FFC8F3 (or 0xFFC8F3) is known color: Classic Rose. HEX triplet: FF, C8 and F3. RGB value is (255,200,243). Sum of RGB (Red+Green+Blue) = 255+200+243=698 (92% of max value = 765). Red value is 255 (100% from 255 or 36.53% from 698); Green value is 200 (78.52% from 255 or 28.65% from 698); Blue value is 243 (95.31% from 255 or 34.81% from 698); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC8F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC8F3 is #00370C. Grayscale: #DDDDDD. Windows color (decimal): -14093 or 15976703. OLE color: 15976703.
HSL color Cylindrical-coordinate representation of color #FFC8F3: hue angle of 313.09º 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 #FFC8F3 is Cyan = 0, Magento = 0.22, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 200 | 243 | - |
| CMYK | 0 | 0.22 | 0.05 | 0 |
| HSL | 313.09º | 1% | 0.89% | - |
| HSV(B) | 313.09º | 0.22% | 1% | - |
| XYZ | 78.07 | 69.04 | 94.01 | - |
| YUV | 221.35 | 140.22 | 152 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 200 | 243 | 0 | 0.22 | 0.05 | 0 | 313.09 | 1 | 0.89 |
| Hex | FF | C8 | F3 | 0 | 16 | 5 | 0 | 139 | 64 | 59 |
| Octal | 377 | 310 | 363 | 0 | 26 | 5 | 0 | 471 | 144 | 131 |
| Binary | 11111111 | 11001000 | 11110011 | 0 | 10110 | 101 | 0 | 100111001 | 1100100 | 1011001 |
Color Harmonies of #FFC8F3
Complementary color
Monochromatic Colors of #FFC8F3
Black with #FFC8F3
Text Example
Text Example
White with #FFC8F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC8F3; }
p { color: rgb(255,200,243); }
H1.HeaderClassName
{
color: #FFC8F3;
}
.AnyTagClassName
{
color: #FFC8F3;
}
</style>
background-color css
<style>
a { background-color: #FFC8F3; }
a { background-color: rgb(255,200,243); }
div.DivClassName
{
background-color: #FFC8F3;
}
.BgClassName
{
background-color: #FFC8F3;
}
</style>
border-color css
<style>
span { border-color: #FFC8F3; }
span { border-color: rgb(255,200,243); }
td.TdClassName
{
border-color: #FFC8F3;
}
.TagClassName
{
border-color: #FFC8F3;
}
</style>