Shades of Apricot #FFCDB4
Tints of Apricot #FFCDB4
RGB
CMYK
RGB Variations
Color information
#FFCDB4 (or 0xFFCDB4) is known color: Apricot. HEX triplet: FF, CD and B4. RGB value is (255,205,180). Sum of RGB (Red+Green+Blue) = 255+205+180=640 (84% of max value = 765). Red value is 255 (100% from 255 or 39.84% from 640); Green value is 205 (80.47% from 255 or 32.03% from 640); Blue value is 180 (70.70% from 255 or 28.12% from 640); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCDB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCDB4 is #00324B. Grayscale: #D9D9D9. Windows color (decimal): -12876 or 11849215. OLE color: 11849215.
HSL color Cylindrical-coordinate representation of color #FFCDB4: hue angle of 20º 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 #FFCDB4 is Cyan = 0, Magento = 0.20, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 205 | 180 | - |
| CMYK | 0 | 0.20 | 0.29 | 0 |
| HSL | 20º | 1% | 0.85% | - |
| HSV(B) | 20º | 0.29% | 1% | - |
| XYZ | 71.31 | 68.22 | 52.59 | - |
| YUV | 217.1 | 107.07 | 155.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 205 | 180 | 0 | 0.20 | 0.29 | 0 | 20 | 1 | 0.85 |
| Hex | FF | CD | B4 | 0 | 14 | 1D | 0 | 14 | 64 | 55 |
| Octal | 377 | 315 | 264 | 0 | 24 | 35 | 0 | 24 | 144 | 125 |
| Binary | 11111111 | 11001101 | 10110100 | 0 | 10100 | 11101 | 0 | 10100 | 1100100 | 1010101 |
Color Harmonies of #FFCDB4
Complementary color
Monochromatic Colors of #FFCDB4
Black with #FFCDB4
Text Example
Text Example
White with #FFCDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCDB4; }
p { color: rgb(255,205,180); }
H1.HeaderClassName
{
color: #FFCDB4;
}
.AnyTagClassName
{
color: #FFCDB4;
}
</style>
background-color css
<style>
a { background-color: #FFCDB4; }
a { background-color: rgb(255,205,180); }
div.DivClassName
{
background-color: #FFCDB4;
}
.BgClassName
{
background-color: #FFCDB4;
}
</style>
border-color css
<style>
span { border-color: #FFCDB4; }
span { border-color: rgb(255,205,180); }
td.TdClassName
{
border-color: #FFCDB4;
}
.TagClassName
{
border-color: #FFCDB4;
}
</style>