Shades of Apricot #FFCCB7
Tints of Apricot #FFCCB7
RGB
CMYK
RGB Variations
Color information
#FFCCB7 (or 0xFFCCB7) is known color: Apricot. HEX triplet: FF, CC and B7. RGB value is (255,204,183). Sum of RGB (Red+Green+Blue) = 255+204+183=642 (85% of max value = 765). Red value is 255 (100% from 255 or 39.72% from 642); Green value is 204 (80.08% from 255 or 31.78% from 642); Blue value is 183 (71.88% from 255 or 28.50% from 642); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCCB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCCB7 is #003348. Grayscale: #D8D8D8. Windows color (decimal): -13129 or 12045567. OLE color: 12045567.
HSL color Cylindrical-coordinate representation of color #FFCCB7: hue angle of 17.5º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FFCCB7 is Cyan = 0, Magento = 0.2, Yellow = 0.28 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 204 | 183 | - |
| CMYK | 0 | 0.2 | 0.28 | 0 |
| HSL | 17.5º | 1% | 0.86% | - |
| HSV(B) | 17.5º | 0.28% | 1% | - |
| XYZ | 71.38 | 67.86 | 54.14 | - |
| YUV | 216.86 | 108.9 | 155.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 204 | 183 | 0 | 0.2 | 0.28 | 0 | 17.5 | 1 | 0.86 |
| Hex | FF | CC | B7 | 0 | 14 | 1C | 0 | 12 | 64 | 56 |
| Octal | 377 | 314 | 267 | 0 | 24 | 34 | 0 | 22 | 144 | 126 |
| Binary | 11111111 | 11001100 | 10110111 | 0 | 10100 | 11100 | 0 | 10010 | 1100100 | 1010110 |
Color Harmonies of #FFCCB7
Complementary color
Monochromatic Colors of #FFCCB7
Black with #FFCCB7
Text Example
Text Example
White with #FFCCB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCCB7; }
p { color: rgb(255,204,183); }
H1.HeaderClassName
{
color: #FFCCB7;
}
.AnyTagClassName
{
color: #FFCCB7;
}
</style>
background-color css
<style>
a { background-color: #FFCCB7; }
a { background-color: rgb(255,204,183); }
div.DivClassName
{
background-color: #FFCCB7;
}
.BgClassName
{
background-color: #FFCCB7;
}
</style>
border-color css
<style>
span { border-color: #FFCCB7; }
span { border-color: rgb(255,204,183); }
td.TdClassName
{
border-color: #FFCCB7;
}
.TagClassName
{
border-color: #FFCCB7;
}
</style>