Shades of Azalea #F8BDC1
Tints of Azalea #F8BDC1
RGB
CMYK
RGB Variations
Color information
#F8BDC1 (or 0xF8BDC1) is known color: Azalea. HEX triplet: F8, BD and C1. RGB value is (248,189,193). Sum of RGB (Red+Green+Blue) = 248+189+193=630 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.37% from 630); Green value is 189 (74.22% from 255 or 30% from 630); Blue value is 193 (75.78% from 255 or 30.63% from 630); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BDC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BDC1 is #07423E. Grayscale: #CFCFCF. Windows color (decimal): -475711 or 12697080. OLE color: 12697080.
HSL color Cylindrical-coordinate representation of color #F8BDC1: hue angle of 355.93º degrees, saturation: 0.81, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F8BDC1 is Cyan = 0, Magento = 0.24, Yellow = 0.22 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 189 | 193 | - |
| CMYK | 0 | 0.24 | 0.22 | 0.03 |
| HSL | 355.93º | 0.81% | 0.86% | - |
| HSV(B) | 355.93º | 0.24% | 0.97% | - |
| XYZ | 66.53 | 60.2 | 58.57 | - |
| YUV | 207.1 | 120.05 | 157.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 189 | 193 | 0 | 0.24 | 0.22 | 0.03 | 355.93 | 0.81 | 0.86 |
| Hex | F8 | BD | C1 | 0 | 18 | 16 | 3 | 164 | 51 | 56 |
| Octal | 370 | 275 | 301 | 0 | 30 | 26 | 3 | 544 | 121 | 126 |
| Binary | 11111000 | 10111101 | 11000001 | 0 | 11000 | 10110 | 11 | 101100100 | 1010001 | 1010110 |
Color Harmonies of #F8BDC1
Complementary color
Monochromatic Colors of #F8BDC1
Black with #F8BDC1
Text Example
Text Example
White with #F8BDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8BDC1; }
p { color: rgb(248,189,193); }
H1.HeaderClassName
{
color: #F8BDC1;
}
.AnyTagClassName
{
color: #F8BDC1;
}
</style>
background-color css
<style>
a { background-color: #F8BDC1; }
a { background-color: rgb(248,189,193); }
div.DivClassName
{
background-color: #F8BDC1;
}
.BgClassName
{
background-color: #F8BDC1;
}
</style>
border-color css
<style>
span { border-color: #F8BDC1; }
span { border-color: rgb(248,189,193); }
td.TdClassName
{
border-color: #F8BDC1;
}
.TagClassName
{
border-color: #F8BDC1;
}
</style>