Shades of Azalea #F8CBCD
Tints of Azalea #F8CBCD
RGB
CMYK
RGB Variations
Color information
#F8CBCD (or 0xF8CBCD) is known color: Azalea. HEX triplet: F8, CB and CD. RGB value is (248,203,205). Sum of RGB (Red+Green+Blue) = 248+203+205=656 (86% of max value = 765). Red value is 248 (97.27% from 255 or 37.80% from 656); Green value is 203 (79.69% from 255 or 30.95% from 656); Blue value is 205 (80.47% from 255 or 31.25% from 656); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CBCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8CBCD is #073432. Grayscale: #D8D8D8. Windows color (decimal): -472115 or 13487096. OLE color: 13487096.
HSL color Cylindrical-coordinate representation of color #F8CBCD: hue angle of 357.33º degrees, saturation: 0.76, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F8CBCD is Cyan = 0, Magento = 0.18, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 203 | 205 | - |
| CMYK | 0 | 0.18 | 0.17 | 0.03 |
| HSL | 357.33º | 0.76% | 0.88% | - |
| HSV(B) | 357.33º | 0.18% | 0.97% | - |
| XYZ | 71.09 | 67.08 | 66.96 | - |
| YUV | 216.68 | 121.41 | 150.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 203 | 205 | 0 | 0.18 | 0.17 | 0.03 | 357.33 | 0.76 | 0.88 |
| Hex | F8 | CB | CD | 0 | 12 | 11 | 3 | 165 | 4C | 58 |
| Octal | 370 | 313 | 315 | 0 | 22 | 21 | 3 | 545 | 114 | 130 |
| Binary | 11111000 | 11001011 | 11001101 | 0 | 10010 | 10001 | 11 | 101100101 | 1001100 | 1011000 |
Color Harmonies of #F8CBCD
Complementary color
Monochromatic Colors of #F8CBCD
Black with #F8CBCD
Text Example
Text Example
White with #F8CBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CBCD; }
p { color: rgb(248,203,205); }
H1.HeaderClassName
{
color: #F8CBCD;
}
.AnyTagClassName
{
color: #F8CBCD;
}
</style>
background-color css
<style>
a { background-color: #F8CBCD; }
a { background-color: rgb(248,203,205); }
div.DivClassName
{
background-color: #F8CBCD;
}
.BgClassName
{
background-color: #F8CBCD;
}
</style>
border-color css
<style>
span { border-color: #F8CBCD; }
span { border-color: rgb(248,203,205); }
td.TdClassName
{
border-color: #F8CBCD;
}
.TagClassName
{
border-color: #F8CBCD;
}
</style>