Shades of Apricot #F8CDB3
Tints of Apricot #F8CDB3
RGB
CMYK
RGB Variations
Color information
#F8CDB3 (or 0xF8CDB3) is known color: Apricot. HEX triplet: F8, CD and B3. RGB value is (248,205,179). Sum of RGB (Red+Green+Blue) = 248+205+179=632 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.24% from 632); Green value is 205 (80.47% from 255 or 32.44% from 632); Blue value is 179 (70.31% from 255 or 28.32% from 632); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CDB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8CDB3 is #07324C. Grayscale: #D7D7D7. Windows color (decimal): -471629 or 11783672. OLE color: 11783672.
HSL color Cylindrical-coordinate representation of color #F8CDB3: hue angle of 22.61º degrees, saturation: 0.83, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F8CDB3 is Cyan = 0, Magento = 0.17, Yellow = 0.28 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 205 | 179 | - |
| CMYK | 0 | 0.17 | 0.28 | 0.03 |
| HSL | 22.61º | 0.83% | 0.84% | - |
| HSV(B) | 22.61º | 0.28% | 0.97% | - |
| XYZ | 68.68 | 66.87 | 51.94 | - |
| YUV | 214.89 | 107.75 | 151.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 205 | 179 | 0 | 0.17 | 0.28 | 0.03 | 22.61 | 0.83 | 0.84 |
| Hex | F8 | CD | B3 | 0 | 11 | 1C | 3 | 17 | 53 | 54 |
| Octal | 370 | 315 | 263 | 0 | 21 | 34 | 3 | 27 | 123 | 124 |
| Binary | 11111000 | 11001101 | 10110011 | 0 | 10001 | 11100 | 11 | 10111 | 1010011 | 1010100 |
Color Harmonies of #F8CDB3
Complementary color
Monochromatic Colors of #F8CDB3
Black with #F8CDB3
Text Example
Text Example
White with #F8CDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CDB3; }
p { color: rgb(248,205,179); }
H1.HeaderClassName
{
color: #F8CDB3;
}
.AnyTagClassName
{
color: #F8CDB3;
}
</style>
background-color css
<style>
a { background-color: #F8CDB3; }
a { background-color: rgb(248,205,179); }
div.DivClassName
{
background-color: #F8CDB3;
}
.BgClassName
{
background-color: #F8CDB3;
}
</style>
border-color css
<style>
span { border-color: #F8CDB3; }
span { border-color: rgb(248,205,179); }
td.TdClassName
{
border-color: #F8CDB3;
}
.TagClassName
{
border-color: #F8CDB3;
}
</style>