Shades of Apricot #FFCDB5
Tints of Apricot #FFCDB5
RGB
CMYK
RGB Variations
Color information
#FFCDB5 (or 0xFFCDB5) is known color: Apricot. HEX triplet: FF, CD and B5. RGB value is (255,205,181). Sum of RGB (Red+Green+Blue) = 255+205+181=641 (84% of max value = 765). Red value is 255 (100% from 255 or 39.78% from 641); Green value is 205 (80.47% from 255 or 31.98% from 641); Blue value is 181 (71.09% from 255 or 28.24% from 641); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCDB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCDB5 is #00324A. Grayscale: #D9D9D9. Windows color (decimal): -12875 or 11914751. OLE color: 11914751.
HSL color Cylindrical-coordinate representation of color #FFCDB5: hue angle of 19.46º 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 #FFCDB5 is Cyan = 0, Magento = 0.20, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 205 | 181 | - |
| CMYK | 0 | 0.20 | 0.29 | 0 |
| HSL | 19.46º | 1% | 0.85% | - |
| HSV(B) | 19.46º | 0.29% | 1% | - |
| XYZ | 71.41 | 68.26 | 53.13 | - |
| YUV | 217.21 | 107.57 | 154.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 205 | 181 | 0 | 0.20 | 0.29 | 0 | 19.46 | 1 | 0.85 |
| Hex | FF | CD | B5 | 0 | 14 | 1D | 0 | 13 | 64 | 55 |
| Octal | 377 | 315 | 265 | 0 | 24 | 35 | 0 | 23 | 144 | 125 |
| Binary | 11111111 | 11001101 | 10110101 | 0 | 10100 | 11101 | 0 | 10011 | 1100100 | 1010101 |
Color Harmonies of #FFCDB5
Complementary color
Monochromatic Colors of #FFCDB5
Black with #FFCDB5
Text Example
Text Example
White with #FFCDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCDB5; }
p { color: rgb(255,205,181); }
H1.HeaderClassName
{
color: #FFCDB5;
}
.AnyTagClassName
{
color: #FFCDB5;
}
</style>
background-color css
<style>
a { background-color: #FFCDB5; }
a { background-color: rgb(255,205,181); }
div.DivClassName
{
background-color: #FFCDB5;
}
.BgClassName
{
background-color: #FFCDB5;
}
</style>
border-color css
<style>
span { border-color: #FFCDB5; }
span { border-color: rgb(255,205,181); }
td.TdClassName
{
border-color: #FFCDB5;
}
.TagClassName
{
border-color: #FFCDB5;
}
</style>