Shades of Azalea #FFC1C3
Tints of Azalea #FFC1C3
RGB
CMYK
RGB Variations
Color information
#FFC1C3 (or 0xFFC1C3) is known color: Azalea. HEX triplet: FF, C1 and C3. RGB value is (255,193,195). Sum of RGB (Red+Green+Blue) = 255+193+195=643 (85% of max value = 765). Red value is 255 (100% from 255 or 39.66% from 643); Green value is 193 (75.78% from 255 or 30.02% from 643); Blue value is 195 (76.56% from 255 or 30.33% from 643); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC1C3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC1C3 is #003E3C. Grayscale: #D3D3D3. Windows color (decimal): -15933 or 12829183. OLE color: 12829183.
HSL color Cylindrical-coordinate representation of color #FFC1C3: hue angle of 358.06º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FFC1C3 is Cyan = 0, Magento = 0.24, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 193 | 195 | - |
| CMYK | 0 | 0.24 | 0.24 | 0 |
| HSL | 358.06º | 1% | 0.88% | - |
| HSV(B) | 358.06º | 0.24% | 1% | - |
| XYZ | 70.16 | 63.34 | 60.16 | - |
| YUV | 211.77 | 118.54 | 158.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 193 | 195 | 0 | 0.24 | 0.24 | 0 | 358.06 | 1 | 0.88 |
| Hex | FF | C1 | C3 | 0 | 18 | 18 | 0 | 166 | 64 | 58 |
| Octal | 377 | 301 | 303 | 0 | 30 | 30 | 0 | 546 | 144 | 130 |
| Binary | 11111111 | 11000001 | 11000011 | 0 | 11000 | 11000 | 0 | 101100110 | 1100100 | 1011000 |
Color Harmonies of #FFC1C3
Complementary color
Monochromatic Colors of #FFC1C3
Black with #FFC1C3
Text Example
Text Example
White with #FFC1C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC1C3; }
p { color: rgb(255,193,195); }
H1.HeaderClassName
{
color: #FFC1C3;
}
.AnyTagClassName
{
color: #FFC1C3;
}
</style>
background-color css
<style>
a { background-color: #FFC1C3; }
a { background-color: rgb(255,193,195); }
div.DivClassName
{
background-color: #FFC1C3;
}
.BgClassName
{
background-color: #FFC1C3;
}
</style>
border-color css
<style>
span { border-color: #FFC1C3; }
span { border-color: rgb(255,193,195); }
td.TdClassName
{
border-color: #FFC1C3;
}
.TagClassName
{
border-color: #FFC1C3;
}
</style>