Shades of Azalea #FFC9CC
Tints of Azalea #FFC9CC
RGB
CMYK
RGB Variations
Color information
#FFC9CC (or 0xFFC9CC) is known color: Azalea. HEX triplet: FF, C9 and CC. RGB value is (255,201,204). Sum of RGB (Red+Green+Blue) = 255+201+204=660 (87% of max value = 765). Red value is 255 (100% from 255 or 38.64% from 660); Green value is 201 (78.91% from 255 or 30.45% from 660); Blue value is 204 (80.08% from 255 or 30.91% from 660); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC9CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC9CC is #003633. Grayscale: #D9D9D9. Windows color (decimal): -13876 or 13421055. OLE color: 13421055.
HSL color Cylindrical-coordinate representation of color #FFC9CC: hue angle of 356.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 #FFC9CC is Cyan = 0, Magento = 0.21, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 201 | 204 | - |
CMYK | 0 | 0.21 | 0.2 | 0 |
HSL | 356.67º | 1% | 0.89% | - |
HSV(B) | 356.67º | 0.21% | 1% | - |
XYZ | 73.03 | 67.39 | 66.29 | - |
YUV | 217.49 | 120.39 | 154.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 201 | 204 | 0 | 0.21 | 0.2 | 0 | 356.67 | 1 | 0.89 |
Hex | FF | C9 | CC | 0 | 15 | 14 | 0 | 165 | 64 | 59 |
Octal | 377 | 311 | 314 | 0 | 25 | 24 | 0 | 545 | 144 | 131 |
Binary | 11111111 | 11001001 | 11001100 | 0 | 10101 | 10100 | 0 | 101100101 | 1100100 | 1011001 |
Color Harmonies of #FFC9CC
Complementary color
Monochromatic Colors of #FFC9CC
Black with #FFC9CC
Text Example
Text Example
White with #FFC9CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC9CC; }
p { color: rgb(255,201,204); }
H1.HeaderClassName
{
color: #FFC9CC;
}
.AnyTagClassName
{
color: #FFC9CC;
}
</style>
background-color css
<style>
a { background-color: #FFC9CC; }
a { background-color: rgb(255,201,204); }
div.DivClassName
{
background-color: #FFC9CC;
}
.BgClassName
{
background-color: #FFC9CC;
}
</style>
border-color css
<style>
span { border-color: #FFC9CC; }
span { border-color: rgb(255,201,204); }
td.TdClassName
{
border-color: #FFC9CC;
}
.TagClassName
{
border-color: #FFC9CC;
}
</style>