Shades of Azalea #F3CACB
Tints of Azalea #F3CACB
RGB
CMYK
RGB Variations
Color information
#F3CACB (or 0xF3CACB) is known color: Azalea. HEX triplet: F3, CA and CB. RGB value is (243,202,203). Sum of RGB (Red+Green+Blue) = 243+202+203=648 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.5% from 648); Green value is 202 (79.30% from 255 or 31.17% from 648); Blue value is 203 (79.69% from 255 or 31.33% from 648); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CACB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3CACB is #0C3534. Grayscale: #D6D6D6. Windows color (decimal): -800053 or 13355763. OLE color: 13355763.
HSL color Cylindrical-coordinate representation of color #F3CACB: hue angle of 358.54º degrees, saturation: 0.63, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F3CACB is Cyan = 0, Magento = 0.17, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 202 | 203 | - |
| CMYK | 0 | 0.17 | 0.16 | 0.05 |
| HSL | 358.54º | 0.63% | 0.87% | - |
| HSV(B) | 358.54º | 0.17% | 0.95% | - |
| XYZ | 68.86 | 65.61 | 65.53 | - |
| YUV | 214.37 | 121.58 | 148.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 202 | 203 | 0 | 0.17 | 0.16 | 0.05 | 358.54 | 0.63 | 0.87 |
| Hex | F3 | CA | CB | 0 | 11 | 10 | 5 | 167 | 3F | 57 |
| Octal | 363 | 312 | 313 | 0 | 21 | 20 | 5 | 547 | 77 | 127 |
| Binary | 11110011 | 11001010 | 11001011 | 0 | 10001 | 10000 | 101 | 101100111 | 111111 | 1010111 |
Color Harmonies of #F3CACB
Complementary color
Monochromatic Colors of #F3CACB
Black with #F3CACB
Text Example
Text Example
White with #F3CACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3CACB; }
p { color: rgb(243,202,203); }
H1.HeaderClassName
{
color: #F3CACB;
}
.AnyTagClassName
{
color: #F3CACB;
}
</style>
background-color css
<style>
a { background-color: #F3CACB; }
a { background-color: rgb(243,202,203); }
div.DivClassName
{
background-color: #F3CACB;
}
.BgClassName
{
background-color: #F3CACB;
}
</style>
border-color css
<style>
span { border-color: #F3CACB; }
span { border-color: rgb(243,202,203); }
td.TdClassName
{
border-color: #F3CACB;
}
.TagClassName
{
border-color: #F3CACB;
}
</style>