Shades of Azalea #FFC8CB
Tints of Azalea #FFC8CB
RGB
CMYK
RGB Variations
Color information
#FFC8CB (or 0xFFC8CB) is known color: Azalea. HEX triplet: FF, C8 and CB. RGB value is (255,200,203). Sum of RGB (Red+Green+Blue) = 255+200+203=658 (87% of max value = 765). Red value is 255 (100% from 255 or 38.75% from 658); Green value is 200 (78.52% from 255 or 30.40% from 658); Blue value is 203 (79.69% from 255 or 30.85% from 658); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC8CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC8CB is #003734. Grayscale: #D8D8D8. Windows color (decimal): -14133 or 13355263. OLE color: 13355263.
HSL color Cylindrical-coordinate representation of color #FFC8CB: hue angle of 356.73º 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 #FFC8CB is Cyan = 0, Magento = 0.22, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 200 | 203 | - |
| CMYK | 0 | 0.22 | 0.20 | 0 |
| HSL | 356.73º | 1% | 0.89% | - |
| HSV(B) | 356.73º | 0.22% | 1% | - |
| XYZ | 72.67 | 66.88 | 65.58 | - |
| YUV | 216.79 | 120.22 | 155.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 200 | 203 | 0 | 0.22 | 0.20 | 0 | 356.73 | 1 | 0.89 |
| Hex | FF | C8 | CB | 0 | 16 | 14 | 0 | 165 | 64 | 59 |
| Octal | 377 | 310 | 313 | 0 | 26 | 24 | 0 | 545 | 144 | 131 |
| Binary | 11111111 | 11001000 | 11001011 | 0 | 10110 | 10100 | 0 | 101100101 | 1100100 | 1011001 |
Color Harmonies of #FFC8CB
Complementary color
Monochromatic Colors of #FFC8CB
Black with #FFC8CB
Text Example
Text Example
White with #FFC8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC8CB; }
p { color: rgb(255,200,203); }
H1.HeaderClassName
{
color: #FFC8CB;
}
.AnyTagClassName
{
color: #FFC8CB;
}
</style>
background-color css
<style>
a { background-color: #FFC8CB; }
a { background-color: rgb(255,200,203); }
div.DivClassName
{
background-color: #FFC8CB;
}
.BgClassName
{
background-color: #FFC8CB;
}
</style>
border-color css
<style>
span { border-color: #FFC8CB; }
span { border-color: rgb(255,200,203); }
td.TdClassName
{
border-color: #FFC8CB;
}
.TagClassName
{
border-color: #FFC8CB;
}
</style>