Shades of Apricot #FFCCB2
Tints of Apricot #FFCCB2
RGB
CMYK
RGB Variations
Color information
#FFCCB2 (or 0xFFCCB2) is known color: Apricot. HEX triplet: FF, CC and B2. RGB value is (255,204,178). Sum of RGB (Red+Green+Blue) = 255+204+178=637 (84% of max value = 765). Red value is 255 (100% from 255 or 40.03% from 637); Green value is 204 (80.08% from 255 or 32.03% from 637); Blue value is 178 (69.92% from 255 or 27.94% from 637); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCCB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCCB2 is #00334D. Grayscale: #D8D8D8. Windows color (decimal): -13134 or 11717887. OLE color: 11717887.
HSL color Cylindrical-coordinate representation of color #FFCCB2: hue angle of 20.26º 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 #FFCCB2 is Cyan = 0, Magento = 0.2, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 204 | 178 | - |
| CMYK | 0 | 0.2 | 0.30 | 0 |
| HSL | 20.26º | 1% | 0.85% | - |
| HSV(B) | 20.26º | 0.3% | 1% | - |
| XYZ | 70.87 | 67.66 | 51.44 | - |
| YUV | 216.29 | 106.4 | 155.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 204 | 178 | 0 | 0.2 | 0.30 | 0 | 20.26 | 1 | 0.85 |
| Hex | FF | CC | B2 | 0 | 14 | 1E | 0 | 14 | 64 | 55 |
| Octal | 377 | 314 | 262 | 0 | 24 | 36 | 0 | 24 | 144 | 125 |
| Binary | 11111111 | 11001100 | 10110010 | 0 | 10100 | 11110 | 0 | 10100 | 1100100 | 1010101 |
Color Harmonies of #FFCCB2
Complementary color
Monochromatic Colors of #FFCCB2
Black with #FFCCB2
Text Example
Text Example
White with #FFCCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCCB2; }
p { color: rgb(255,204,178); }
H1.HeaderClassName
{
color: #FFCCB2;
}
.AnyTagClassName
{
color: #FFCCB2;
}
</style>
background-color css
<style>
a { background-color: #FFCCB2; }
a { background-color: rgb(255,204,178); }
div.DivClassName
{
background-color: #FFCCB2;
}
.BgClassName
{
background-color: #FFCCB2;
}
</style>
border-color css
<style>
span { border-color: #FFCCB2; }
span { border-color: rgb(255,204,178); }
td.TdClassName
{
border-color: #FFCCB2;
}
.TagClassName
{
border-color: #FFCCB2;
}
</style>