Shades of Azalea #F1C5CA
Tints of Azalea #F1C5CA
RGB
CMYK
RGB Variations
Color information
#F1C5CA (or 0xF1C5CA) is known color: Azalea. HEX triplet: F1, C5 and CA. RGB value is (241,197,202). Sum of RGB (Red+Green+Blue) = 241+197+202=640 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.66% from 640); Green value is 197 (77.34% from 255 or 30.78% from 640); Blue value is 202 (79.30% from 255 or 31.56% from 640); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C5CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1C5CA is #0E3A35. Grayscale: #D2D2D2. Windows color (decimal): -932406 or 13288945. OLE color: 13288945.
HSL color Cylindrical-coordinate representation of color #F1C5CA: hue angle of 353.18º degrees, saturation: 0.61, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F1C5CA is Cyan = 0, Magento = 0.18, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 197 | 202 | - |
| CMYK | 0 | 0.18 | 0.16 | 0.05 |
| HSL | 353.18º | 0.61% | 0.86% | - |
| HSV(B) | 353.18º | 0.18% | 0.95% | - |
| XYZ | 66.9 | 62.9 | 64.49 | - |
| YUV | 210.73 | 123.08 | 149.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 197 | 202 | 0 | 0.18 | 0.16 | 0.05 | 353.18 | 0.61 | 0.86 |
| Hex | F1 | C5 | CA | 0 | 12 | 10 | 5 | 161 | 3D | 56 |
| Octal | 361 | 305 | 312 | 0 | 22 | 20 | 5 | 541 | 75 | 126 |
| Binary | 11110001 | 11000101 | 11001010 | 0 | 10010 | 10000 | 101 | 101100001 | 111101 | 1010110 |
Color Harmonies of #F1C5CA
Complementary color
Monochromatic Colors of #F1C5CA
Black with #F1C5CA
Text Example
Text Example
White with #F1C5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C5CA; }
p { color: rgb(241,197,202); }
H1.HeaderClassName
{
color: #F1C5CA;
}
.AnyTagClassName
{
color: #F1C5CA;
}
</style>
background-color css
<style>
a { background-color: #F1C5CA; }
a { background-color: rgb(241,197,202); }
div.DivClassName
{
background-color: #F1C5CA;
}
.BgClassName
{
background-color: #F1C5CA;
}
</style>
border-color css
<style>
span { border-color: #F1C5CA; }
span { border-color: rgb(241,197,202); }
td.TdClassName
{
border-color: #F1C5CA;
}
.TagClassName
{
border-color: #F1C5CA;
}
</style>