Shades of Azalea #FACACB
Tints of Azalea #FACACB
RGB
CMYK
RGB Variations
Color information
#FACACB (or 0xFACACB) is known color: Azalea. HEX triplet: FA, CA and CB. RGB value is (250,202,203). Sum of RGB (Red+Green+Blue) = 250+202+203=655 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.17% from 655); Green value is 202 (79.30% from 255 or 30.84% from 655); Blue value is 203 (79.69% from 255 or 30.99% from 655); Max value from RGB is 250 - color contains mainly: red. Hex color #FACACB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACACB is #053534. Grayscale: #D8D8D8. Windows color (decimal): -341301 or 13355770. OLE color: 13355770.
HSL color Cylindrical-coordinate representation of color #FACACB: hue angle of 358.75º degrees, saturation: 0.83, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FACACB is Cyan = 0, Magento = 0.19, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 202 | 203 | - |
| CMYK | 0 | 0.19 | 0.19 | 0.02 |
| HSL | 358.75º | 0.83% | 0.89% | - |
| HSV(B) | 358.75º | 0.19% | 0.98% | - |
| XYZ | 71.32 | 66.88 | 65.65 | - |
| YUV | 216.47 | 120.4 | 151.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 202 | 203 | 0 | 0.19 | 0.19 | 0.02 | 358.75 | 0.83 | 0.89 |
| Hex | FA | CA | CB | 0 | 13 | 13 | 2 | 167 | 53 | 59 |
| Octal | 372 | 312 | 313 | 0 | 23 | 23 | 2 | 547 | 123 | 131 |
| Binary | 11111010 | 11001010 | 11001011 | 0 | 10011 | 10011 | 10 | 101100111 | 1010011 | 1011001 |
Color Harmonies of #FACACB
Complementary color
Monochromatic Colors of #FACACB
Black with #FACACB
Text Example
Text Example
White with #FACACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACACB; }
p { color: rgb(250,202,203); }
H1.HeaderClassName
{
color: #FACACB;
}
.AnyTagClassName
{
color: #FACACB;
}
</style>
background-color css
<style>
a { background-color: #FACACB; }
a { background-color: rgb(250,202,203); }
div.DivClassName
{
background-color: #FACACB;
}
.BgClassName
{
background-color: #FACACB;
}
</style>
border-color css
<style>
span { border-color: #FACACB; }
span { border-color: rgb(250,202,203); }
td.TdClassName
{
border-color: #FACACB;
}
.TagClassName
{
border-color: #FACACB;
}
</style>