Shades of Apricot #FFCDB8
Tints of Apricot #FFCDB8
RGB
CMYK
RGB Variations
Color information
#FFCDB8 (or 0xFFCDB8) is known color: Apricot. HEX triplet: FF, CD and B8. RGB value is (255,205,184). Sum of RGB (Red+Green+Blue) = 255+205+184=644 (85% of max value = 765). Red value is 255 (100% from 255 or 39.60% from 644); Green value is 205 (80.47% from 255 or 31.83% from 644); Blue value is 184 (72.27% from 255 or 28.57% from 644); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCDB8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCDB8 is #003247. Grayscale: #D9D9D9. Windows color (decimal): -12872 or 12111359. OLE color: 12111359.
HSL color Cylindrical-coordinate representation of color #FFCDB8: hue angle of 17.75º 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 #FFCDB8 is Cyan = 0, Magento = 0.20, Yellow = 0.28 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 205 | 184 | - |
| CMYK | 0 | 0.20 | 0.28 | 0 |
| HSL | 17.75º | 1% | 0.86% | - |
| HSV(B) | 17.75º | 0.28% | 1% | - |
| XYZ | 71.72 | 68.38 | 54.77 | - |
| YUV | 217.56 | 109.07 | 154.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 205 | 184 | 0 | 0.20 | 0.28 | 0 | 17.75 | 1 | 0.86 |
| Hex | FF | CD | B8 | 0 | 14 | 1C | 0 | 12 | 64 | 56 |
| Octal | 377 | 315 | 270 | 0 | 24 | 34 | 0 | 22 | 144 | 126 |
| Binary | 11111111 | 11001101 | 10111000 | 0 | 10100 | 11100 | 0 | 10010 | 1100100 | 1010110 |
Color Harmonies of #FFCDB8
Complementary color
Monochromatic Colors of #FFCDB8
Black with #FFCDB8
Text Example
Text Example
White with #FFCDB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCDB8; }
p { color: rgb(255,205,184); }
H1.HeaderClassName
{
color: #FFCDB8;
}
.AnyTagClassName
{
color: #FFCDB8;
}
</style>
background-color css
<style>
a { background-color: #FFCDB8; }
a { background-color: rgb(255,205,184); }
div.DivClassName
{
background-color: #FFCDB8;
}
.BgClassName
{
background-color: #FFCDB8;
}
</style>
border-color css
<style>
span { border-color: #FFCDB8; }
span { border-color: rgb(255,205,184); }
td.TdClassName
{
border-color: #FFCDB8;
}
.TagClassName
{
border-color: #FFCDB8;
}
</style>