Shades of Azalea #F4BFC8
Tints of Azalea #F4BFC8
RGB
CMYK
RGB Variations
Color information
#F4BFC8 (or 0xF4BFC8) is known color: Azalea. HEX triplet: F4, BF and C8. RGB value is (244,191,200). Sum of RGB (Red+Green+Blue) = 244+191+200=635 (84% of max value = 765). Red value is 244 (95.70% from 255 or 38.43% from 635); Green value is 191 (75% from 255 or 30.08% from 635); Blue value is 200 (78.52% from 255 or 31.50% from 635); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BFC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4BFC8 is #0B4037. Grayscale: #CFCFCF. Windows color (decimal): -737336 or 13156340. OLE color: 13156340.
HSL color Cylindrical-coordinate representation of color #F4BFC8: hue angle of 349.81º degrees, saturation: 0.71, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F4BFC8 is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 191 | 200 | - |
| CMYK | 0 | 0.22 | 0.18 | 0.04 |
| HSL | 349.81º | 0.71% | 0.85% | - |
| HSV(B) | 349.81º | 0.22% | 0.96% | - |
| XYZ | 66.36 | 60.66 | 62.86 | - |
| YUV | 207.87 | 123.56 | 153.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 191 | 200 | 0 | 0.22 | 0.18 | 0.04 | 349.81 | 0.71 | 0.85 |
| Hex | F4 | BF | C8 | 0 | 16 | 12 | 4 | 15E | 47 | 55 |
| Octal | 364 | 277 | 310 | 0 | 26 | 22 | 4 | 536 | 107 | 125 |
| Binary | 11110100 | 10111111 | 11001000 | 0 | 10110 | 10010 | 100 | 101011110 | 1000111 | 1010101 |
Color Harmonies of #F4BFC8
Complementary color
Monochromatic Colors of #F4BFC8
Black with #F4BFC8
Text Example
Text Example
White with #F4BFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BFC8; }
p { color: rgb(244,191,200); }
H1.HeaderClassName
{
color: #F4BFC8;
}
.AnyTagClassName
{
color: #F4BFC8;
}
</style>
background-color css
<style>
a { background-color: #F4BFC8; }
a { background-color: rgb(244,191,200); }
div.DivClassName
{
background-color: #F4BFC8;
}
.BgClassName
{
background-color: #F4BFC8;
}
</style>
border-color css
<style>
span { border-color: #F4BFC8; }
span { border-color: rgb(244,191,200); }
td.TdClassName
{
border-color: #F4BFC8;
}
.TagClassName
{
border-color: #F4BFC8;
}
</style>