Shades of Azalea #FFCBCD
Tints of Azalea #FFCBCD
RGB
CMYK
RGB Variations
Color information
#FFCBCD (or 0xFFCBCD) is known color: Azalea. HEX triplet: FF, CB and CD. RGB value is (255,203,205). Sum of RGB (Red+Green+Blue) = 255+203+205=663 (87% of max value = 765). Red value is 255 (100% from 255 or 38.46% from 663); Green value is 203 (79.69% from 255 or 30.62% from 663); Blue value is 205 (80.47% from 255 or 30.92% from 663); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCBCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCBCD is #003432. Grayscale: #DADADA. Windows color (decimal): -13363 or 13487103. OLE color: 13487103.
HSL color Cylindrical-coordinate representation of color #FFCBCD: hue angle of 357.69º 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 #FFCBCD is Cyan = 0, Magento = 0.20, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 203 | 205 | - |
CMYK | 0 | 0.20 | 0.20 | 0 |
HSL | 357.69º | 1% | 0.9% | - |
HSV(B) | 357.69º | 0.2% | 1% | - |
XYZ | 73.62 | 68.38 | 67.08 | - |
YUV | 218.78 | 120.23 | 153.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 203 | 205 | 0 | 0.20 | 0.20 | 0 | 357.69 | 1 | 0.9 |
Hex | FF | CB | CD | 0 | 14 | 14 | 0 | 166 | 64 | 5A |
Octal | 377 | 313 | 315 | 0 | 24 | 24 | 0 | 546 | 144 | 132 |
Binary | 11111111 | 11001011 | 11001101 | 0 | 10100 | 10100 | 0 | 101100110 | 1100100 | 1011010 |
Color Harmonies of #FFCBCD
Complementary color
Monochromatic Colors of #FFCBCD
Black with #FFCBCD
Text Example
Text Example
White with #FFCBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCBCD; }
p { color: rgb(255,203,205); }
H1.HeaderClassName
{
color: #FFCBCD;
}
.AnyTagClassName
{
color: #FFCBCD;
}
</style>
background-color css
<style>
a { background-color: #FFCBCD; }
a { background-color: rgb(255,203,205); }
div.DivClassName
{
background-color: #FFCBCD;
}
.BgClassName
{
background-color: #FFCBCD;
}
</style>
border-color css
<style>
span { border-color: #FFCBCD; }
span { border-color: rgb(255,203,205); }
td.TdClassName
{
border-color: #FFCBCD;
}
.TagClassName
{
border-color: #FFCBCD;
}
</style>