Shades of Classic Rose #FFC9F3
Tints of Classic Rose #FFC9F3
RGB
CMYK
RGB Variations
Color information
#FFC9F3 (or 0xFFC9F3) is known color: Classic Rose. HEX triplet: FF, C9 and F3. RGB value is (255,201,243). Sum of RGB (Red+Green+Blue) = 255+201+243=699 (92% of max value = 765). Red value is 255 (100% from 255 or 36.48% from 699); Green value is 201 (78.91% from 255 or 28.76% from 699); Blue value is 243 (95.31% from 255 or 34.76% from 699); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC9F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC9F3 is #00360C. Grayscale: #DDDDDD. Windows color (decimal): -13837 or 15976959. OLE color: 15976959.
HSL color Cylindrical-coordinate representation of color #FFC9F3: hue angle of 313.33º 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 #FFC9F3 is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 201 | 243 | - |
CMYK | 0 | 0.21 | 0.05 | 0 |
HSL | 313.33º | 1% | 0.89% | - |
HSV(B) | 313.33º | 0.21% | 1% | - |
XYZ | 78.3 | 69.5 | 94.08 | - |
YUV | 221.93 | 139.89 | 151.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 201 | 243 | 0 | 0.21 | 0.05 | 0 | 313.33 | 1 | 0.89 |
Hex | FF | C9 | F3 | 0 | 15 | 5 | 0 | 139 | 64 | 59 |
Octal | 377 | 311 | 363 | 0 | 25 | 5 | 0 | 471 | 144 | 131 |
Binary | 11111111 | 11001001 | 11110011 | 0 | 10101 | 101 | 0 | 100111001 | 1100100 | 1011001 |
Color Harmonies of #FFC9F3
Complementary color
Monochromatic Colors of #FFC9F3
Black with #FFC9F3
Text Example
Text Example
White with #FFC9F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC9F3; }
p { color: rgb(255,201,243); }
H1.HeaderClassName
{
color: #FFC9F3;
}
.AnyTagClassName
{
color: #FFC9F3;
}
</style>
background-color css
<style>
a { background-color: #FFC9F3; }
a { background-color: rgb(255,201,243); }
div.DivClassName
{
background-color: #FFC9F3;
}
.BgClassName
{
background-color: #FFC9F3;
}
</style>
border-color css
<style>
span { border-color: #FFC9F3; }
span { border-color: rgb(255,201,243); }
td.TdClassName
{
border-color: #FFC9F3;
}
.TagClassName
{
border-color: #FFC9F3;
}
</style>