Shades of Azalea #F1C8CA
Tints of Azalea #F1C8CA
RGB
CMYK
RGB Variations
Color information
#F1C8CA (or 0xF1C8CA) is known color: Azalea. HEX triplet: F1, C8 and CA. RGB value is (241,200,202). Sum of RGB (Red+Green+Blue) = 241+200+202=643 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.48% from 643); Green value is 200 (78.52% from 255 or 31.10% from 643); Blue value is 202 (79.30% from 255 or 31.42% from 643); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C8CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1C8CA is #0E3735. Grayscale: #D4D4D4. Windows color (decimal): -931638 or 13289713. OLE color: 13289713.
HSL color Cylindrical-coordinate representation of color #F1C8CA: hue angle of 357.07º degrees, saturation: 0.59, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F1C8CA is Cyan = 0, Magento = 0.17, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 200 | 202 | - |
| CMYK | 0 | 0.17 | 0.16 | 0.05 |
| HSL | 357.07º | 0.59% | 0.86% | - |
| HSV(B) | 357.07º | 0.17% | 0.95% | - |
| XYZ | 67.59 | 64.27 | 64.72 | - |
| YUV | 212.49 | 122.08 | 148.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 200 | 202 | 0 | 0.17 | 0.16 | 0.05 | 357.07 | 0.59 | 0.86 |
| Hex | F1 | C8 | CA | 0 | 11 | 10 | 5 | 165 | 3B | 56 |
| Octal | 361 | 310 | 312 | 0 | 21 | 20 | 5 | 545 | 73 | 126 |
| Binary | 11110001 | 11001000 | 11001010 | 0 | 10001 | 10000 | 101 | 101100101 | 111011 | 1010110 |
Color Harmonies of #F1C8CA
Complementary color
Monochromatic Colors of #F1C8CA
Black with #F1C8CA
Text Example
Text Example
White with #F1C8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C8CA; }
p { color: rgb(241,200,202); }
H1.HeaderClassName
{
color: #F1C8CA;
}
.AnyTagClassName
{
color: #F1C8CA;
}
</style>
background-color css
<style>
a { background-color: #F1C8CA; }
a { background-color: rgb(241,200,202); }
div.DivClassName
{
background-color: #F1C8CA;
}
.BgClassName
{
background-color: #F1C8CA;
}
</style>
border-color css
<style>
span { border-color: #F1C8CA; }
span { border-color: rgb(241,200,202); }
td.TdClassName
{
border-color: #F1C8CA;
}
.TagClassName
{
border-color: #F1C8CA;
}
</style>