Shades of Azalea #F1CBCD
Tints of Azalea #F1CBCD
RGB
CMYK
RGB Variations
Color information
#F1CBCD (or 0xF1CBCD) is known color: Azalea. HEX triplet: F1, CB and CD. RGB value is (241,203,205). Sum of RGB (Red+Green+Blue) = 241+203+205=649 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.13% from 649); Green value is 203 (79.69% from 255 or 31.28% from 649); Blue value is 205 (80.47% from 255 or 31.59% from 649); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CBCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CBCD is #0E3432. Grayscale: #D6D6D6. Windows color (decimal): -930867 or 13487089. OLE color: 13487089.
HSL color Cylindrical-coordinate representation of color #F1CBCD: hue angle of 356.84º degrees, saturation: 0.58, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F1CBCD is Cyan = 0, Magento = 0.16, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 203 | 205 | - |
| CMYK | 0 | 0.16 | 0.15 | 0.05 |
| HSL | 356.84º | 0.58% | 0.87% | - |
| HSV(B) | 356.84º | 0.16% | 0.95% | - |
| XYZ | 68.65 | 65.82 | 66.84 | - |
| YUV | 214.59 | 122.59 | 146.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 203 | 205 | 0 | 0.16 | 0.15 | 0.05 | 356.84 | 0.58 | 0.87 |
| Hex | F1 | CB | CD | 0 | 10 | F | 5 | 165 | 3A | 57 |
| Octal | 361 | 313 | 315 | 0 | 20 | 17 | 5 | 545 | 72 | 127 |
| Binary | 11110001 | 11001011 | 11001101 | 0 | 10000 | 1111 | 101 | 101100101 | 111010 | 1010111 |
Color Harmonies of #F1CBCD
Complementary color
Monochromatic Colors of #F1CBCD
Black with #F1CBCD
Text Example
Text Example
White with #F1CBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1CBCD; }
p { color: rgb(241,203,205); }
H1.HeaderClassName
{
color: #F1CBCD;
}
.AnyTagClassName
{
color: #F1CBCD;
}
</style>
background-color css
<style>
a { background-color: #F1CBCD; }
a { background-color: rgb(241,203,205); }
div.DivClassName
{
background-color: #F1CBCD;
}
.BgClassName
{
background-color: #F1CBCD;
}
</style>
border-color css
<style>
span { border-color: #F1CBCD; }
span { border-color: rgb(241,203,205); }
td.TdClassName
{
border-color: #F1CBCD;
}
.TagClassName
{
border-color: #F1CBCD;
}
</style>