Shades of Apricot #F6CDB4
Tints of Apricot #F6CDB4
RGB
CMYK
RGB Variations
Color information
#F6CDB4 (or 0xF6CDB4) is known color: Apricot. HEX triplet: F6, CD and B4. RGB value is (246,205,180). Sum of RGB (Red+Green+Blue) = 246+205+180=631 (83% of max value = 765). Red value is 246 (96.48% from 255 or 38.99% from 631); Green value is 205 (80.47% from 255 or 32.49% from 631); Blue value is 180 (70.70% from 255 or 28.53% from 631); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CDB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6CDB4 is #09324B. Grayscale: #D6D6D6. Windows color (decimal): -602700 or 11849206. OLE color: 11849206.
HSL color Cylindrical-coordinate representation of color #F6CDB4: hue angle of 22.73º degrees, saturation: 0.79, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F6CDB4 is Cyan = 0, Magento = 0.17, Yellow = 0.27 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 205 | 180 | - |
| CMYK | 0 | 0.17 | 0.27 | 0.04 |
| HSL | 22.73º | 0.79% | 0.84% | - |
| HSV(B) | 22.73º | 0.27% | 0.96% | - |
| XYZ | 68.08 | 66.55 | 52.44 | - |
| YUV | 214.41 | 108.58 | 150.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 205 | 180 | 0 | 0.17 | 0.27 | 0.04 | 22.73 | 0.79 | 0.84 |
| Hex | F6 | CD | B4 | 0 | 11 | 1B | 4 | 17 | 4F | 54 |
| Octal | 366 | 315 | 264 | 0 | 21 | 33 | 4 | 27 | 117 | 124 |
| Binary | 11110110 | 11001101 | 10110100 | 0 | 10001 | 11011 | 100 | 10111 | 1001111 | 1010100 |
Color Harmonies of #F6CDB4
Complementary color
Monochromatic Colors of #F6CDB4
Black with #F6CDB4
Text Example
Text Example
White with #F6CDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6CDB4; }
p { color: rgb(246,205,180); }
H1.HeaderClassName
{
color: #F6CDB4;
}
.AnyTagClassName
{
color: #F6CDB4;
}
</style>
background-color css
<style>
a { background-color: #F6CDB4; }
a { background-color: rgb(246,205,180); }
div.DivClassName
{
background-color: #F6CDB4;
}
.BgClassName
{
background-color: #F6CDB4;
}
</style>
border-color css
<style>
span { border-color: #F6CDB4; }
span { border-color: rgb(246,205,180); }
td.TdClassName
{
border-color: #F6CDB4;
}
.TagClassName
{
border-color: #F6CDB4;
}
</style>