Shades of Apricot #FFCCB5
Tints of Apricot #FFCCB5
RGB
CMYK
RGB Variations
Color information
#FFCCB5 (or 0xFFCCB5) is known color: Apricot. HEX triplet: FF, CC and B5. RGB value is (255,204,181). Sum of RGB (Red+Green+Blue) = 255+204+181=640 (84% of max value = 765). Red value is 255 (100% from 255 or 39.84% from 640); Green value is 204 (80.08% from 255 or 31.88% from 640); Blue value is 181 (71.09% from 255 or 28.28% from 640); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCCB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCCB5 is #00334A. Grayscale: #D8D8D8. Windows color (decimal): -13131 or 11914495. OLE color: 11914495.
HSL color Cylindrical-coordinate representation of color #FFCCB5: hue angle of 18.65º 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 #FFCCB5 is Cyan = 0, Magento = 0.2, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 204 | 181 | - |
CMYK | 0 | 0.2 | 0.29 | 0 |
HSL | 18.65º | 1% | 0.85% | - |
HSV(B) | 18.65º | 0.29% | 1% | - |
XYZ | 71.17 | 67.78 | 53.05 | - |
YUV | 216.63 | 107.9 | 155.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 204 | 181 | 0 | 0.2 | 0.29 | 0 | 18.65 | 1 | 0.85 |
Hex | FF | CC | B5 | 0 | 14 | 1D | 0 | 13 | 64 | 55 |
Octal | 377 | 314 | 265 | 0 | 24 | 35 | 0 | 23 | 144 | 125 |
Binary | 11111111 | 11001100 | 10110101 | 0 | 10100 | 11101 | 0 | 10011 | 1100100 | 1010101 |
Color Harmonies of #FFCCB5
Complementary color
Monochromatic Colors of #FFCCB5
Black with #FFCCB5
Text Example
Text Example
White with #FFCCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCCB5; }
p { color: rgb(255,204,181); }
H1.HeaderClassName
{
color: #FFCCB5;
}
.AnyTagClassName
{
color: #FFCCB5;
}
</style>
background-color css
<style>
a { background-color: #FFCCB5; }
a { background-color: rgb(255,204,181); }
div.DivClassName
{
background-color: #FFCCB5;
}
.BgClassName
{
background-color: #FFCCB5;
}
</style>
border-color css
<style>
span { border-color: #FFCCB5; }
span { border-color: rgb(255,204,181); }
td.TdClassName
{
border-color: #FFCCB5;
}
.TagClassName
{
border-color: #FFCCB5;
}
</style>