Shades of Apricot #FFCDB7
Tints of Apricot #FFCDB7
RGB
CMYK
RGB Variations
Color information
#FFCDB7 (or 0xFFCDB7) is known color: Apricot. HEX triplet: FF, CD and B7. RGB value is (255,205,183). Sum of RGB (Red+Green+Blue) = 255+205+183=643 (85% of max value = 765). Red value is 255 (100% from 255 or 39.66% from 643); Green value is 205 (80.47% from 255 or 31.88% from 643); Blue value is 183 (71.88% from 255 or 28.46% from 643); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCDB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCDB7 is #003248. Grayscale: #D9D9D9. Windows color (decimal): -12873 or 12045823. OLE color: 12045823.
HSL color Cylindrical-coordinate representation of color #FFCDB7: hue angle of 18.33º 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 #FFCDB7 is Cyan = 0, Magento = 0.20, Yellow = 0.28 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 205 | 183 | - |
| CMYK | 0 | 0.20 | 0.28 | 0 |
| HSL | 18.33º | 1% | 0.86% | - |
| HSV(B) | 18.33º | 0.28% | 1% | - |
| XYZ | 71.62 | 68.34 | 54.22 | - |
| YUV | 217.44 | 108.57 | 154.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 205 | 183 | 0 | 0.20 | 0.28 | 0 | 18.33 | 1 | 0.86 |
| Hex | FF | CD | B7 | 0 | 14 | 1C | 0 | 12 | 64 | 56 |
| Octal | 377 | 315 | 267 | 0 | 24 | 34 | 0 | 22 | 144 | 126 |
| Binary | 11111111 | 11001101 | 10110111 | 0 | 10100 | 11100 | 0 | 10010 | 1100100 | 1010110 |
Color Harmonies of #FFCDB7
Complementary color
Monochromatic Colors of #FFCDB7
Black with #FFCDB7
Text Example
Text Example
White with #FFCDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCDB7; }
p { color: rgb(255,205,183); }
H1.HeaderClassName
{
color: #FFCDB7;
}
.AnyTagClassName
{
color: #FFCDB7;
}
</style>
background-color css
<style>
a { background-color: #FFCDB7; }
a { background-color: rgb(255,205,183); }
div.DivClassName
{
background-color: #FFCDB7;
}
.BgClassName
{
background-color: #FFCDB7;
}
</style>
border-color css
<style>
span { border-color: #FFCDB7; }
span { border-color: rgb(255,205,183); }
td.TdClassName
{
border-color: #FFCDB7;
}
.TagClassName
{
border-color: #FFCDB7;
}
</style>