Shades of Classic Rose #FFC9F0
Tints of Classic Rose #FFC9F0
RGB
CMYK
RGB Variations
Color information
#FFC9F0 (or 0xFFC9F0) is known color: Classic Rose. HEX triplet: FF, C9 and F0. RGB value is (255,201,240). Sum of RGB (Red+Green+Blue) = 255+201+240=696 (92% of max value = 765). Red value is 255 (100% from 255 or 36.64% from 696); Green value is 201 (78.91% from 255 or 28.88% from 696); Blue value is 240 (94.14% from 255 or 34.48% from 696); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC9F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC9F0 is #00360F. Grayscale: #DDDDDD. Windows color (decimal): -13840 or 15780351. OLE color: 15780351.
HSL color Cylindrical-coordinate representation of color #FFC9F0: hue angle of 316.67º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FFC9F0 is Cyan = 0, Magento = 0.21, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 201 | 240 | - |
CMYK | 0 | 0.21 | 0.06 | 0 |
HSL | 316.67º | 1% | 0.89% | - |
HSV(B) | 316.67º | 0.21% | 1% | - |
XYZ | 77.85 | 69.32 | 91.72 | - |
YUV | 221.59 | 138.39 | 151.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 201 | 240 | 0 | 0.21 | 0.06 | 0 | 316.67 | 1 | 0.89 |
Hex | FF | C9 | F0 | 0 | 15 | 6 | 0 | 13D | 64 | 59 |
Octal | 377 | 311 | 360 | 0 | 25 | 6 | 0 | 475 | 144 | 131 |
Binary | 11111111 | 11001001 | 11110000 | 0 | 10101 | 110 | 0 | 100111101 | 1100100 | 1011001 |
Color Harmonies of #FFC9F0
Complementary color
Monochromatic Colors of #FFC9F0
Black with #FFC9F0
Text Example
Text Example
White with #FFC9F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC9F0; }
p { color: rgb(255,201,240); }
H1.HeaderClassName
{
color: #FFC9F0;
}
.AnyTagClassName
{
color: #FFC9F0;
}
</style>
background-color css
<style>
a { background-color: #FFC9F0; }
a { background-color: rgb(255,201,240); }
div.DivClassName
{
background-color: #FFC9F0;
}
.BgClassName
{
background-color: #FFC9F0;
}
</style>
border-color css
<style>
span { border-color: #FFC9F0; }
span { border-color: rgb(255,201,240); }
td.TdClassName
{
border-color: #FFC9F0;
}
.TagClassName
{
border-color: #FFC9F0;
}
</style>