Shades of Apricot #F8CDB6
Tints of Apricot #F8CDB6
RGB
CMYK
RGB Variations
Color information
#F8CDB6 (or 0xF8CDB6) is known color: Apricot. HEX triplet: F8, CD and B6. RGB value is (248,205,182). Sum of RGB (Red+Green+Blue) = 248+205+182=635 (84% of max value = 765). Red value is 248 (97.27% from 255 or 39.06% from 635); Green value is 205 (80.47% from 255 or 32.28% from 635); Blue value is 182 (71.48% from 255 or 28.66% from 635); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CDB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8CDB6 is #073249. Grayscale: #D7D7D7. Windows color (decimal): -471626 or 11980280. OLE color: 11980280.
HSL color Cylindrical-coordinate representation of color #F8CDB6: hue angle of 20.91º degrees, saturation: 0.82, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F8CDB6 is Cyan = 0, Magento = 0.17, Yellow = 0.27 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 205 | 182 | - |
| CMYK | 0 | 0.17 | 0.27 | 0.03 |
| HSL | 20.91º | 0.83% | 0.84% | - |
| HSV(B) | 20.91º | 0.27% | 0.97% | - |
| XYZ | 68.99 | 67 | 53.55 | - |
| YUV | 215.24 | 109.25 | 151.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 205 | 182 | 0 | 0.17 | 0.27 | 0.03 | 20.91 | 0.83 | 0.84 |
| Hex | F8 | CD | B6 | 0 | 11 | 1B | 3 | 15 | 52 | 54 |
| Octal | 370 | 315 | 266 | 0 | 21 | 33 | 3 | 25 | 122 | 124 |
| Binary | 11111000 | 11001101 | 10110110 | 0 | 10001 | 11011 | 11 | 10101 | 1010010 | 1010100 |
Color Harmonies of #F8CDB6
Complementary color
Monochromatic Colors of #F8CDB6
Black with #F8CDB6
Text Example
Text Example
White with #F8CDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CDB6; }
p { color: rgb(248,205,182); }
H1.HeaderClassName
{
color: #F8CDB6;
}
.AnyTagClassName
{
color: #F8CDB6;
}
</style>
background-color css
<style>
a { background-color: #F8CDB6; }
a { background-color: rgb(248,205,182); }
div.DivClassName
{
background-color: #F8CDB6;
}
.BgClassName
{
background-color: #F8CDB6;
}
</style>
border-color css
<style>
span { border-color: #F8CDB6; }
span { border-color: rgb(248,205,182); }
td.TdClassName
{
border-color: #F8CDB6;
}
.TagClassName
{
border-color: #F8CDB6;
}
</style>