Shades of Apricot #FFCBB7
Tints of Apricot #FFCBB7
RGB
CMYK
RGB Variations
Color information
#FFCBB7 (or 0xFFCBB7) is known color: Apricot. HEX triplet: FF, CB and B7. RGB value is (255,203,183). Sum of RGB (Red+Green+Blue) = 255+203+183=641 (84% of max value = 765). Red value is 255 (100% from 255 or 39.78% from 641); Green value is 203 (79.69% from 255 or 31.67% from 641); Blue value is 183 (71.88% from 255 or 28.55% from 641); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCBB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCBB7 is #003448. Grayscale: #D8D8D8. Windows color (decimal): -13385 or 12045311. OLE color: 12045311.
HSL color Cylindrical-coordinate representation of color #FFCBB7: hue angle of 16.67º 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 #FFCBB7 is Cyan = 0, Magento = 0.20, Yellow = 0.28 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 203 | 183 | - |
| CMYK | 0 | 0.20 | 0.28 | 0 |
| HSL | 16.67º | 1% | 0.86% | - |
| HSV(B) | 16.67º | 0.28% | 1% | - |
| XYZ | 71.14 | 67.39 | 54.06 | - |
| YUV | 216.27 | 109.23 | 155.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 203 | 183 | 0 | 0.20 | 0.28 | 0 | 16.67 | 1 | 0.86 |
| Hex | FF | CB | B7 | 0 | 14 | 1C | 0 | 11 | 64 | 56 |
| Octal | 377 | 313 | 267 | 0 | 24 | 34 | 0 | 21 | 144 | 126 |
| Binary | 11111111 | 11001011 | 10110111 | 0 | 10100 | 11100 | 0 | 10001 | 1100100 | 1010110 |
Color Harmonies of #FFCBB7
Complementary color
Monochromatic Colors of #FFCBB7
Black with #FFCBB7
Text Example
Text Example
White with #FFCBB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCBB7; }
p { color: rgb(255,203,183); }
H1.HeaderClassName
{
color: #FFCBB7;
}
.AnyTagClassName
{
color: #FFCBB7;
}
</style>
background-color css
<style>
a { background-color: #FFCBB7; }
a { background-color: rgb(255,203,183); }
div.DivClassName
{
background-color: #FFCBB7;
}
.BgClassName
{
background-color: #FFCBB7;
}
</style>
border-color css
<style>
span { border-color: #FFCBB7; }
span { border-color: rgb(255,203,183); }
td.TdClassName
{
border-color: #FFCBB7;
}
.TagClassName
{
border-color: #FFCBB7;
}
</style>