Shades of Azalea #F1C8CD
Tints of Azalea #F1C8CD
RGB
CMYK
RGB Variations
Color information
#F1C8CD (or 0xF1C8CD) is known color: Azalea. HEX triplet: F1, C8 and CD. RGB value is (241,200,205). Sum of RGB (Red+Green+Blue) = 241+200+205=646 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.31% from 646); Green value is 200 (78.52% from 255 or 30.96% from 646); Blue value is 205 (80.47% from 255 or 31.73% from 646); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C8CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1C8CD is #0E3732. Grayscale: #D4D4D4. Windows color (decimal): -931635 or 13486321. OLE color: 13486321.
HSL color Cylindrical-coordinate representation of color #F1C8CD: hue angle of 352.68º 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 #F1C8CD is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 200 | 205 | - |
| CMYK | 0 | 0.17 | 0.15 | 0.05 |
| HSL | 352.68º | 0.59% | 0.86% | - |
| HSV(B) | 352.68º | 0.17% | 0.95% | - |
| XYZ | 67.95 | 64.42 | 66.61 | - |
| YUV | 212.83 | 123.58 | 148.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 200 | 205 | 0 | 0.17 | 0.15 | 0.05 | 352.68 | 0.59 | 0.86 |
| Hex | F1 | C8 | CD | 0 | 11 | F | 5 | 161 | 3B | 56 |
| Octal | 361 | 310 | 315 | 0 | 21 | 17 | 5 | 541 | 73 | 126 |
| Binary | 11110001 | 11001000 | 11001101 | 0 | 10001 | 1111 | 101 | 101100001 | 111011 | 1010110 |
Color Harmonies of #F1C8CD
Complementary color
Monochromatic Colors of #F1C8CD
Black with #F1C8CD
Text Example
Text Example
White with #F1C8CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C8CD; }
p { color: rgb(241,200,205); }
H1.HeaderClassName
{
color: #F1C8CD;
}
.AnyTagClassName
{
color: #F1C8CD;
}
</style>
background-color css
<style>
a { background-color: #F1C8CD; }
a { background-color: rgb(241,200,205); }
div.DivClassName
{
background-color: #F1C8CD;
}
.BgClassName
{
background-color: #F1C8CD;
}
</style>
border-color css
<style>
span { border-color: #F1C8CD; }
span { border-color: rgb(241,200,205); }
td.TdClassName
{
border-color: #F1C8CD;
}
.TagClassName
{
border-color: #F1C8CD;
}
</style>