Shades of Apricot #FFCDB0
Tints of Apricot #FFCDB0
RGB
CMYK
RGB Variations
Color information
#FFCDB0 (or 0xFFCDB0) is known color: Apricot. HEX triplet: FF, CD and B0. RGB value is (255,205,176). Sum of RGB (Red+Green+Blue) = 255+205+176=636 (84% of max value = 765). Red value is 255 (100% from 255 or 40.09% from 636); Green value is 205 (80.47% from 255 or 32.23% from 636); Blue value is 176 (69.14% from 255 or 27.67% from 636); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCDB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCDB0 is #00324F. Grayscale: #D8D8D8. Windows color (decimal): -12880 or 11587071. OLE color: 11587071.
HSL color Cylindrical-coordinate representation of color #FFCDB0: hue angle of 22.03º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FFCDB0 is Cyan = 0, Magento = 0.20, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 205 | 176 | - |
| CMYK | 0 | 0.20 | 0.31 | 0 |
| HSL | 22.03º | 1% | 0.85% | - |
| HSV(B) | 22.03º | 0.31% | 1% | - |
| XYZ | 70.91 | 68.06 | 50.47 | - |
| YUV | 216.64 | 105.07 | 155.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 205 | 176 | 0 | 0.20 | 0.31 | 0 | 22.03 | 1 | 0.85 |
| Hex | FF | CD | B0 | 0 | 14 | 1F | 0 | 16 | 64 | 55 |
| Octal | 377 | 315 | 260 | 0 | 24 | 37 | 0 | 26 | 144 | 125 |
| Binary | 11111111 | 11001101 | 10110000 | 0 | 10100 | 11111 | 0 | 10110 | 1100100 | 1010101 |
Color Harmonies of #FFCDB0
Complementary color
Monochromatic Colors of #FFCDB0
Black with #FFCDB0
Text Example
Text Example
White with #FFCDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCDB0; }
p { color: rgb(255,205,176); }
H1.HeaderClassName
{
color: #FFCDB0;
}
.AnyTagClassName
{
color: #FFCDB0;
}
</style>
background-color css
<style>
a { background-color: #FFCDB0; }
a { background-color: rgb(255,205,176); }
div.DivClassName
{
background-color: #FFCDB0;
}
.BgClassName
{
background-color: #FFCDB0;
}
</style>
border-color css
<style>
span { border-color: #FFCDB0; }
span { border-color: rgb(255,205,176); }
td.TdClassName
{
border-color: #FFCDB0;
}
.TagClassName
{
border-color: #FFCDB0;
}
</style>