Shades of Apricot #F7CDB3
Tints of Apricot #F7CDB3
RGB
CMYK
RGB Variations
Color information
#F7CDB3 (or 0xF7CDB3) is known color: Apricot. HEX triplet: F7, CD and B3. RGB value is (247,205,179). Sum of RGB (Red+Green+Blue) = 247+205+179=631 (83% of max value = 765). Red value is 247 (96.88% from 255 or 39.14% from 631); Green value is 205 (80.47% from 255 or 32.49% from 631); Blue value is 179 (70.31% from 255 or 28.37% from 631); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CDB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7CDB3 is #08324C. Grayscale: #D6D6D6. Windows color (decimal): -537165 or 11783671. OLE color: 11783671.
HSL color Cylindrical-coordinate representation of color #F7CDB3: hue angle of 22.94º degrees, saturation: 0.81, 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 #F7CDB3 is Cyan = 0, Magento = 0.17, Yellow = 0.28 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 205 | 179 | - |
| CMYK | 0 | 0.17 | 0.28 | 0.03 |
| HSL | 22.94º | 0.81% | 0.84% | - |
| HSV(B) | 22.94º | 0.28% | 0.97% | - |
| XYZ | 68.33 | 66.69 | 51.92 | - |
| YUV | 214.59 | 107.91 | 151.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 205 | 179 | 0 | 0.17 | 0.28 | 0.03 | 22.94 | 0.81 | 0.84 |
| Hex | F7 | CD | B3 | 0 | 11 | 1C | 3 | 17 | 51 | 54 |
| Octal | 367 | 315 | 263 | 0 | 21 | 34 | 3 | 27 | 121 | 124 |
| Binary | 11110111 | 11001101 | 10110011 | 0 | 10001 | 11100 | 11 | 10111 | 1010001 | 1010100 |
Color Harmonies of #F7CDB3
Complementary color
Monochromatic Colors of #F7CDB3
Black with #F7CDB3
Text Example
Text Example
White with #F7CDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7CDB3; }
p { color: rgb(247,205,179); }
H1.HeaderClassName
{
color: #F7CDB3;
}
.AnyTagClassName
{
color: #F7CDB3;
}
</style>
background-color css
<style>
a { background-color: #F7CDB3; }
a { background-color: rgb(247,205,179); }
div.DivClassName
{
background-color: #F7CDB3;
}
.BgClassName
{
background-color: #F7CDB3;
}
</style>
border-color css
<style>
span { border-color: #F7CDB3; }
span { border-color: rgb(247,205,179); }
td.TdClassName
{
border-color: #F7CDB3;
}
.TagClassName
{
border-color: #F7CDB3;
}
</style>