Shades of Apricot #FFCCB4
Tints of Apricot #FFCCB4
RGB
CMYK
RGB Variations
Color information
#FFCCB4 (or 0xFFCCB4) is known color: Apricot. HEX triplet: FF, CC and B4. RGB value is (255,204,180). Sum of RGB (Red+Green+Blue) = 255+204+180=639 (84% of max value = 765). Red value is 255 (100% from 255 or 39.91% from 639); Green value is 204 (80.08% from 255 or 31.92% from 639); Blue value is 180 (70.70% from 255 or 28.17% from 639); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCCB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCCB4 is #00334B. Grayscale: #D8D8D8. Windows color (decimal): -13132 or 11848959. OLE color: 11848959.
HSL color Cylindrical-coordinate representation of color #FFCCB4: hue angle of 19.2º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FFCCB4 is Cyan = 0, Magento = 0.2, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 204 | 180 | - |
| CMYK | 0 | 0.2 | 0.29 | 0 |
| HSL | 19.2º | 1% | 0.85% | - |
| HSV(B) | 19.2º | 0.29% | 1% | - |
| XYZ | 71.07 | 67.74 | 52.51 | - |
| YUV | 216.51 | 107.4 | 155.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 204 | 180 | 0 | 0.2 | 0.29 | 0 | 19.2 | 1 | 0.85 |
| Hex | FF | CC | B4 | 0 | 14 | 1D | 0 | 13 | 64 | 55 |
| Octal | 377 | 314 | 264 | 0 | 24 | 35 | 0 | 23 | 144 | 125 |
| Binary | 11111111 | 11001100 | 10110100 | 0 | 10100 | 11101 | 0 | 10011 | 1100100 | 1010101 |
Color Harmonies of #FFCCB4
Complementary color
Monochromatic Colors of #FFCCB4
Black with #FFCCB4
Text Example
Text Example
White with #FFCCB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCCB4; }
p { color: rgb(255,204,180); }
H1.HeaderClassName
{
color: #FFCCB4;
}
.AnyTagClassName
{
color: #FFCCB4;
}
</style>
background-color css
<style>
a { background-color: #FFCCB4; }
a { background-color: rgb(255,204,180); }
div.DivClassName
{
background-color: #FFCCB4;
}
.BgClassName
{
background-color: #FFCCB4;
}
</style>
border-color css
<style>
span { border-color: #FFCCB4; }
span { border-color: rgb(255,204,180); }
td.TdClassName
{
border-color: #FFCCB4;
}
.TagClassName
{
border-color: #FFCCB4;
}
</style>