Shades of Azalea #FBC3C9
Tints of Azalea #FBC3C9
RGB
CMYK
RGB Variations
Color information
#FBC3C9 (or 0xFBC3C9) is known color: Azalea. HEX triplet: FB, C3 and C9. RGB value is (251,195,201). Sum of RGB (Red+Green+Blue) = 251+195+201=647 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.79% from 647); Green value is 195 (76.56% from 255 or 30.14% from 647); Blue value is 201 (78.91% from 255 or 31.07% from 647); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC3C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC3C9 is #043C36. Grayscale: #D4D4D4. Windows color (decimal): -277559 or 13222907. OLE color: 13222907.
HSL color Cylindrical-coordinate representation of color #FBC3C9: hue angle of 353.57º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FBC3C9 is Cyan = 0, Magento = 0.22, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
RGB | 251 | 195 | 201 | - |
CMYK | 0 | 0.22 | 0.20 | 0.02 |
HSL | 353.57º | 0.88% | 0.87% | - |
HSV(B) | 353.57º | 0.22% | 0.98% | - |
XYZ | 69.84 | 63.76 | 63.88 | - |
YUV | 212.43 | 121.55 | 155.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 195 | 201 | 0 | 0.22 | 0.20 | 0.02 | 353.57 | 0.88 | 0.87 |
Hex | FB | C3 | C9 | 0 | 16 | 14 | 2 | 162 | 58 | 57 |
Octal | 373 | 303 | 311 | 0 | 26 | 24 | 2 | 542 | 130 | 127 |
Binary | 11111011 | 11000011 | 11001001 | 0 | 10110 | 10100 | 10 | 101100010 | 1011000 | 1010111 |
Color Harmonies of #FBC3C9
Complementary color
Monochromatic Colors of #FBC3C9
Black with #FBC3C9
Text Example
Text Example
White with #FBC3C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC3C9; }
p { color: rgb(251,195,201); }
H1.HeaderClassName
{
color: #FBC3C9;
}
.AnyTagClassName
{
color: #FBC3C9;
}
</style>
background-color css
<style>
a { background-color: #FBC3C9; }
a { background-color: rgb(251,195,201); }
div.DivClassName
{
background-color: #FBC3C9;
}
.BgClassName
{
background-color: #FBC3C9;
}
</style>
border-color css
<style>
span { border-color: #FBC3C9; }
span { border-color: rgb(251,195,201); }
td.TdClassName
{
border-color: #FBC3C9;
}
.TagClassName
{
border-color: #FBC3C9;
}
</style>