Shades of Apricot #FFCDB1
Tints of Apricot #FFCDB1
RGB
CMYK
RGB Variations
Color information
#FFCDB1 (or 0xFFCDB1) is known color: Apricot. HEX triplet: FF, CD and B1. RGB value is (255,205,177). Sum of RGB (Red+Green+Blue) = 255+205+177=637 (84% of max value = 765). Red value is 255 (100% from 255 or 40.03% from 637); Green value is 205 (80.47% from 255 or 32.18% from 637); Blue value is 177 (69.53% from 255 or 27.79% from 637); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCDB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCDB1 is #00324E. Grayscale: #D8D8D8. Windows color (decimal): -12879 or 11652607. OLE color: 11652607.
HSL color Cylindrical-coordinate representation of color #FFCDB1: hue angle of 21.54º 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 #FFCDB1 is Cyan = 0, Magento = 0.20, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 205 | 177 | - |
| CMYK | 0 | 0.20 | 0.31 | 0 |
| HSL | 21.54º | 1% | 0.85% | - |
| HSV(B) | 21.54º | 0.31% | 1% | - |
| XYZ | 71.01 | 68.1 | 51 | - |
| YUV | 216.76 | 105.57 | 155.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 205 | 177 | 0 | 0.20 | 0.31 | 0 | 21.54 | 1 | 0.85 |
| Hex | FF | CD | B1 | 0 | 14 | 1F | 0 | 16 | 64 | 55 |
| Octal | 377 | 315 | 261 | 0 | 24 | 37 | 0 | 26 | 144 | 125 |
| Binary | 11111111 | 11001101 | 10110001 | 0 | 10100 | 11111 | 0 | 10110 | 1100100 | 1010101 |
Color Harmonies of #FFCDB1
Complementary color
Monochromatic Colors of #FFCDB1
Black with #FFCDB1
Text Example
Text Example
White with #FFCDB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCDB1; }
p { color: rgb(255,205,177); }
H1.HeaderClassName
{
color: #FFCDB1;
}
.AnyTagClassName
{
color: #FFCDB1;
}
</style>
background-color css
<style>
a { background-color: #FFCDB1; }
a { background-color: rgb(255,205,177); }
div.DivClassName
{
background-color: #FFCDB1;
}
.BgClassName
{
background-color: #FFCDB1;
}
</style>
border-color css
<style>
span { border-color: #FFCDB1; }
span { border-color: rgb(255,205,177); }
td.TdClassName
{
border-color: #FFCDB1;
}
.TagClassName
{
border-color: #FFCDB1;
}
</style>