Shades of Apricot #FFCCB3
Tints of Apricot #FFCCB3
RGB
CMYK
RGB Variations
Color information
#FFCCB3 (or 0xFFCCB3) is known color: Apricot. HEX triplet: FF, CC and B3. RGB value is (255,204,179). Sum of RGB (Red+Green+Blue) = 255+204+179=638 (84% of max value = 765). Red value is 255 (100% from 255 or 39.97% from 638); Green value is 204 (80.08% from 255 or 31.97% from 638); Blue value is 179 (70.31% from 255 or 28.06% from 638); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCCB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCCB3 is #00334C. Grayscale: #D8D8D8. Windows color (decimal): -13133 or 11783423. OLE color: 11783423.
HSL color Cylindrical-coordinate representation of color #FFCCB3: hue angle of 19.74º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FFCCB3 is Cyan = 0, Magento = 0.2, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 204 | 179 | - |
| CMYK | 0 | 0.2 | 0.30 | 0 |
| HSL | 19.74º | 1% | 0.85% | - |
| HSV(B) | 19.74º | 0.3% | 1% | - |
| XYZ | 70.97 | 67.7 | 51.97 | - |
| YUV | 216.4 | 106.9 | 155.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 204 | 179 | 0 | 0.2 | 0.30 | 0 | 19.74 | 1 | 0.85 |
| Hex | FF | CC | B3 | 0 | 14 | 1E | 0 | 14 | 64 | 55 |
| Octal | 377 | 314 | 263 | 0 | 24 | 36 | 0 | 24 | 144 | 125 |
| Binary | 11111111 | 11001100 | 10110011 | 0 | 10100 | 11110 | 0 | 10100 | 1100100 | 1010101 |
Color Harmonies of #FFCCB3
Complementary color
Monochromatic Colors of #FFCCB3
Black with #FFCCB3
Text Example
Text Example
White with #FFCCB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCCB3; }
p { color: rgb(255,204,179); }
H1.HeaderClassName
{
color: #FFCCB3;
}
.AnyTagClassName
{
color: #FFCCB3;
}
</style>
background-color css
<style>
a { background-color: #FFCCB3; }
a { background-color: rgb(255,204,179); }
div.DivClassName
{
background-color: #FFCCB3;
}
.BgClassName
{
background-color: #FFCCB3;
}
</style>
border-color css
<style>
span { border-color: #FFCCB3; }
span { border-color: rgb(255,204,179); }
td.TdClassName
{
border-color: #FFCCB3;
}
.TagClassName
{
border-color: #FFCCB3;
}
</style>