Shades of Azalea #FBC1C8
Tints of Azalea #FBC1C8
RGB
CMYK
RGB Variations
Color information
#FBC1C8 (or 0xFBC1C8) is known color: Azalea. HEX triplet: FB, C1 and C8. RGB value is (251,193,200). Sum of RGB (Red+Green+Blue) = 251+193+200=644 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.98% from 644); Green value is 193 (75.78% from 255 or 29.97% from 644); Blue value is 200 (78.52% from 255 or 31.06% from 644); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC1C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC1C8 is #043E37. Grayscale: #D3D3D3. Windows color (decimal): -278072 or 13156859. OLE color: 13156859.
HSL color Cylindrical-coordinate representation of color #FBC1C8: hue angle of 352.76º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FBC1C8 is Cyan = 0, Magento = 0.23, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 193 | 200 | - |
| CMYK | 0 | 0.23 | 0.20 | 0.02 |
| HSL | 352.76º | 0.88% | 0.87% | - |
| HSV(B) | 352.76º | 0.23% | 0.98% | - |
| XYZ | 69.28 | 62.82 | 63.12 | - |
| YUV | 211.14 | 121.72 | 156.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 193 | 200 | 0 | 0.23 | 0.20 | 0.02 | 352.76 | 0.88 | 0.87 |
| Hex | FB | C1 | C8 | 0 | 17 | 14 | 2 | 161 | 58 | 57 |
| Octal | 373 | 301 | 310 | 0 | 27 | 24 | 2 | 541 | 130 | 127 |
| Binary | 11111011 | 11000001 | 11001000 | 0 | 10111 | 10100 | 10 | 101100001 | 1011000 | 1010111 |
Color Harmonies of #FBC1C8
Complementary color
Monochromatic Colors of #FBC1C8
Black with #FBC1C8
Text Example
Text Example
White with #FBC1C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC1C8; }
p { color: rgb(251,193,200); }
H1.HeaderClassName
{
color: #FBC1C8;
}
.AnyTagClassName
{
color: #FBC1C8;
}
</style>
background-color css
<style>
a { background-color: #FBC1C8; }
a { background-color: rgb(251,193,200); }
div.DivClassName
{
background-color: #FBC1C8;
}
.BgClassName
{
background-color: #FBC1C8;
}
</style>
border-color css
<style>
span { border-color: #FBC1C8; }
span { border-color: rgb(251,193,200); }
td.TdClassName
{
border-color: #FBC1C8;
}
.TagClassName
{
border-color: #FBC1C8;
}
</style>