Shades of Apricot #FFCCB6
Tints of Apricot #FFCCB6
RGB
CMYK
RGB Variations
Color information
#FFCCB6 (or 0xFFCCB6) is known color: Apricot. HEX triplet: FF, CC and B6. RGB value is (255,204,182). Sum of RGB (Red+Green+Blue) = 255+204+182=641 (84% of max value = 765). Red value is 255 (100% from 255 or 39.78% from 641); Green value is 204 (80.08% from 255 or 31.83% from 641); Blue value is 182 (71.48% from 255 or 28.39% from 641); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCCB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCCB6 is #003349. Grayscale: #D8D8D8. Windows color (decimal): -13130 or 11980031. OLE color: 11980031.
HSL color Cylindrical-coordinate representation of color #FFCCB6: hue angle of 18.08º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FFCCB6 is Cyan = 0, Magento = 0.2, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 204 | 182 | - |
| CMYK | 0 | 0.2 | 0.29 | 0 |
| HSL | 18.08º | 1% | 0.86% | - |
| HSV(B) | 18.08º | 0.29% | 1% | - |
| XYZ | 71.28 | 67.82 | 53.59 | - |
| YUV | 216.74 | 108.4 | 155.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 204 | 182 | 0 | 0.2 | 0.29 | 0 | 18.08 | 1 | 0.86 |
| Hex | FF | CC | B6 | 0 | 14 | 1D | 0 | 12 | 64 | 56 |
| Octal | 377 | 314 | 266 | 0 | 24 | 35 | 0 | 22 | 144 | 126 |
| Binary | 11111111 | 11001100 | 10110110 | 0 | 10100 | 11101 | 0 | 10010 | 1100100 | 1010110 |
Color Harmonies of #FFCCB6
Complementary color
Monochromatic Colors of #FFCCB6
Black with #FFCCB6
Text Example
Text Example
White with #FFCCB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCCB6; }
p { color: rgb(255,204,182); }
H1.HeaderClassName
{
color: #FFCCB6;
}
.AnyTagClassName
{
color: #FFCCB6;
}
</style>
background-color css
<style>
a { background-color: #FFCCB6; }
a { background-color: rgb(255,204,182); }
div.DivClassName
{
background-color: #FFCCB6;
}
.BgClassName
{
background-color: #FFCCB6;
}
</style>
border-color css
<style>
span { border-color: #FFCCB6; }
span { border-color: rgb(255,204,182); }
td.TdClassName
{
border-color: #FFCCB6;
}
.TagClassName
{
border-color: #FFCCB6;
}
</style>