Shades of Azalea #FFCBCC
Tints of Azalea #FFCBCC
RGB
CMYK
RGB Variations
Color information
#FFCBCC (or 0xFFCBCC) is known color: Azalea. HEX triplet: FF, CB and CC. RGB value is (255,203,204). Sum of RGB (Red+Green+Blue) = 255+203+204=662 (87% of max value = 765). Red value is 255 (100% from 255 or 38.52% from 662); Green value is 203 (79.69% from 255 or 30.66% from 662); Blue value is 204 (80.08% from 255 or 30.82% from 662); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCBCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCBCC is #003433. Grayscale: #DADADA. Windows color (decimal): -13364 or 13421567. OLE color: 13421567.
HSL color Cylindrical-coordinate representation of color #FFCBCC: hue angle of 358.85º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FFCBCC is Cyan = 0, Magento = 0.20, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 203 | 204 | - |
| CMYK | 0 | 0.20 | 0.2 | 0 |
| HSL | 358.85º | 1% | 0.9% | - |
| HSV(B) | 358.85º | 0.2% | 1% | - |
| XYZ | 73.5 | 68.33 | 66.44 | - |
| YUV | 218.66 | 119.73 | 153.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 203 | 204 | 0 | 0.20 | 0.2 | 0 | 358.85 | 1 | 0.9 |
| Hex | FF | CB | CC | 0 | 14 | 14 | 0 | 167 | 64 | 5A |
| Octal | 377 | 313 | 314 | 0 | 24 | 24 | 0 | 547 | 144 | 132 |
| Binary | 11111111 | 11001011 | 11001100 | 0 | 10100 | 10100 | 0 | 101100111 | 1100100 | 1011010 |
Color Harmonies of #FFCBCC
Complementary color
Monochromatic Colors of #FFCBCC
Black with #FFCBCC
Text Example
Text Example
White with #FFCBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCBCC; }
p { color: rgb(255,203,204); }
H1.HeaderClassName
{
color: #FFCBCC;
}
.AnyTagClassName
{
color: #FFCBCC;
}
</style>
background-color css
<style>
a { background-color: #FFCBCC; }
a { background-color: rgb(255,203,204); }
div.DivClassName
{
background-color: #FFCBCC;
}
.BgClassName
{
background-color: #FFCBCC;
}
</style>
border-color css
<style>
span { border-color: #FFCBCC; }
span { border-color: rgb(255,203,204); }
td.TdClassName
{
border-color: #FFCBCC;
}
.TagClassName
{
border-color: #FFCBCC;
}
</style>