Shades of Azalea #F2BFC3
Tints of Azalea #F2BFC3
RGB
CMYK
RGB Variations
Color information
#F2BFC3 (or 0xF2BFC3) is known color: Azalea. HEX triplet: F2, BF and C3. RGB value is (242,191,195). Sum of RGB (Red+Green+Blue) = 242+191+195=628 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.54% from 628); Green value is 191 (75% from 255 or 30.41% from 628); Blue value is 195 (76.56% from 255 or 31.05% from 628); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BFC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BFC3 is #0D403C. Grayscale: #CECECE. Windows color (decimal): -868413 or 12828658. OLE color: 12828658.
HSL color Cylindrical-coordinate representation of color #F2BFC3: hue angle of 355.29º degrees, saturation: 0.66, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F2BFC3 is Cyan = 0, Magento = 0.21, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 191 | 195 | - |
| CMYK | 0 | 0.21 | 0.19 | 0.05 |
| HSL | 355.29º | 0.66% | 0.85% | - |
| HSV(B) | 355.29º | 0.21% | 0.95% | - |
| XYZ | 65.1 | 60.08 | 59.8 | - |
| YUV | 206.71 | 121.4 | 153.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 191 | 195 | 0 | 0.21 | 0.19 | 0.05 | 355.29 | 0.66 | 0.85 |
| Hex | F2 | BF | C3 | 0 | 15 | 13 | 5 | 163 | 42 | 55 |
| Octal | 362 | 277 | 303 | 0 | 25 | 23 | 5 | 543 | 102 | 125 |
| Binary | 11110010 | 10111111 | 11000011 | 0 | 10101 | 10011 | 101 | 101100011 | 1000010 | 1010101 |
Color Harmonies of #F2BFC3
Complementary color
Monochromatic Colors of #F2BFC3
Black with #F2BFC3
Text Example
Text Example
White with #F2BFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BFC3; }
p { color: rgb(242,191,195); }
H1.HeaderClassName
{
color: #F2BFC3;
}
.AnyTagClassName
{
color: #F2BFC3;
}
</style>
background-color css
<style>
a { background-color: #F2BFC3; }
a { background-color: rgb(242,191,195); }
div.DivClassName
{
background-color: #F2BFC3;
}
.BgClassName
{
background-color: #F2BFC3;
}
</style>
border-color css
<style>
span { border-color: #F2BFC3; }
span { border-color: rgb(242,191,195); }
td.TdClassName
{
border-color: #F2BFC3;
}
.TagClassName
{
border-color: #F2BFC3;
}
</style>