Shades of Apricot #FFCDB2
Tints of Apricot #FFCDB2
RGB
CMYK
RGB Variations
Color information
#FFCDB2 (or 0xFFCDB2) is known color: Apricot. HEX triplet: FF, CD and B2. RGB value is (255,205,178). Sum of RGB (Red+Green+Blue) = 255+205+178=638 (84% of max value = 765). Red value is 255 (100% from 255 or 39.97% from 638); Green value is 205 (80.47% from 255 or 32.13% from 638); Blue value is 178 (69.92% from 255 or 27.90% from 638); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCDB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCDB2 is #00324D. Grayscale: #D9D9D9. Windows color (decimal): -12878 or 11718143. OLE color: 11718143.
HSL color Cylindrical-coordinate representation of color #FFCDB2: hue angle of 21.04º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FFCDB2 is Cyan = 0, Magento = 0.20, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 205 | 178 | - |
| CMYK | 0 | 0.20 | 0.30 | 0 |
| HSL | 21.04º | 1% | 0.85% | - |
| HSV(B) | 21.04º | 0.3% | 1% | - |
| XYZ | 71.11 | 68.14 | 51.52 | - |
| YUV | 216.87 | 106.07 | 155.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 205 | 178 | 0 | 0.20 | 0.30 | 0 | 21.04 | 1 | 0.85 |
| Hex | FF | CD | B2 | 0 | 14 | 1E | 0 | 15 | 64 | 55 |
| Octal | 377 | 315 | 262 | 0 | 24 | 36 | 0 | 25 | 144 | 125 |
| Binary | 11111111 | 11001101 | 10110010 | 0 | 10100 | 11110 | 0 | 10101 | 1100100 | 1010101 |
Color Harmonies of #FFCDB2
Complementary color
Monochromatic Colors of #FFCDB2
Black with #FFCDB2
Text Example
Text Example
White with #FFCDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCDB2; }
p { color: rgb(255,205,178); }
H1.HeaderClassName
{
color: #FFCDB2;
}
.AnyTagClassName
{
color: #FFCDB2;
}
</style>
background-color css
<style>
a { background-color: #FFCDB2; }
a { background-color: rgb(255,205,178); }
div.DivClassName
{
background-color: #FFCDB2;
}
.BgClassName
{
background-color: #FFCDB2;
}
</style>
border-color css
<style>
span { border-color: #FFCDB2; }
span { border-color: rgb(255,205,178); }
td.TdClassName
{
border-color: #FFCDB2;
}
.TagClassName
{
border-color: #FFCDB2;
}
</style>