Shades of Azalea #FFCACB
Tints of Azalea #FFCACB
RGB
CMYK
RGB Variations
Color information
#FFCACB (or 0xFFCACB) is known color: Azalea. HEX triplet: FF, CA and CB. RGB value is (255,202,203). Sum of RGB (Red+Green+Blue) = 255+202+203=660 (87% of max value = 765). Red value is 255 (100% from 255 or 38.64% from 660); Green value is 202 (79.30% from 255 or 30.61% from 660); Blue value is 203 (79.69% from 255 or 30.76% from 660); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCACB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCACB is #003534. Grayscale: #DADADA. Windows color (decimal): -13621 or 13355775. OLE color: 13355775.
HSL color Cylindrical-coordinate representation of color #FFCACB: hue angle of 358.87º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FFCACB is Cyan = 0, Magento = 0.21, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 202 | 203 | - |
| CMYK | 0 | 0.21 | 0.20 | 0 |
| HSL | 358.87º | 1% | 0.9% | - |
| HSV(B) | 358.87º | 0.21% | 1% | - |
| XYZ | 73.14 | 67.81 | 65.73 | - |
| YUV | 217.96 | 119.56 | 154.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 202 | 203 | 0 | 0.21 | 0.20 | 0 | 358.87 | 1 | 0.9 |
| Hex | FF | CA | CB | 0 | 15 | 14 | 0 | 167 | 64 | 5A |
| Octal | 377 | 312 | 313 | 0 | 25 | 24 | 0 | 547 | 144 | 132 |
| Binary | 11111111 | 11001010 | 11001011 | 0 | 10101 | 10100 | 0 | 101100111 | 1100100 | 1011010 |
Color Harmonies of #FFCACB
Complementary color
Monochromatic Colors of #FFCACB
Black with #FFCACB
Text Example
Text Example
White with #FFCACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCACB; }
p { color: rgb(255,202,203); }
H1.HeaderClassName
{
color: #FFCACB;
}
.AnyTagClassName
{
color: #FFCACB;
}
</style>
background-color css
<style>
a { background-color: #FFCACB; }
a { background-color: rgb(255,202,203); }
div.DivClassName
{
background-color: #FFCACB;
}
.BgClassName
{
background-color: #FFCACB;
}
</style>
border-color css
<style>
span { border-color: #FFCACB; }
span { border-color: rgb(255,202,203); }
td.TdClassName
{
border-color: #FFCACB;
}
.TagClassName
{
border-color: #FFCACB;
}
</style>