Shades of Apricot #F6CDB5
Tints of Apricot #F6CDB5
RGB
CMYK
RGB Variations
Color information
#F6CDB5 (or 0xF6CDB5) is known color: Apricot. HEX triplet: F6, CD and B5. RGB value is (246,205,181). Sum of RGB (Red+Green+Blue) = 246+205+181=632 (83% of max value = 765). Red value is 246 (96.48% from 255 or 38.92% from 632); Green value is 205 (80.47% from 255 or 32.44% from 632); Blue value is 181 (71.09% from 255 or 28.64% from 632); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CDB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6CDB5 is #09324A. Grayscale: #D6D6D6. Windows color (decimal): -602699 or 11914742. OLE color: 11914742.
HSL color Cylindrical-coordinate representation of color #F6CDB5: hue angle of 22.15º degrees, saturation: 0.78, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F6CDB5 is Cyan = 0, Magento = 0.17, Yellow = 0.26 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 205 | 181 | - |
| CMYK | 0 | 0.17 | 0.26 | 0.04 |
| HSL | 22.15º | 0.78% | 0.84% | - |
| HSV(B) | 22.15º | 0.26% | 0.96% | - |
| XYZ | 68.18 | 66.59 | 52.98 | - |
| YUV | 214.52 | 109.08 | 150.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 205 | 181 | 0 | 0.17 | 0.26 | 0.04 | 22.15 | 0.78 | 0.84 |
| Hex | F6 | CD | B5 | 0 | 11 | 1A | 4 | 16 | 4E | 54 |
| Octal | 366 | 315 | 265 | 0 | 21 | 32 | 4 | 26 | 116 | 124 |
| Binary | 11110110 | 11001101 | 10110101 | 0 | 10001 | 11010 | 100 | 10110 | 1001110 | 1010100 |
Color Harmonies of #F6CDB5
Complementary color
Monochromatic Colors of #F6CDB5
Black with #F6CDB5
Text Example
Text Example
White with #F6CDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6CDB5; }
p { color: rgb(246,205,181); }
H1.HeaderClassName
{
color: #F6CDB5;
}
.AnyTagClassName
{
color: #F6CDB5;
}
</style>
background-color css
<style>
a { background-color: #F6CDB5; }
a { background-color: rgb(246,205,181); }
div.DivClassName
{
background-color: #F6CDB5;
}
.BgClassName
{
background-color: #F6CDB5;
}
</style>
border-color css
<style>
span { border-color: #F6CDB5; }
span { border-color: rgb(246,205,181); }
td.TdClassName
{
border-color: #F6CDB5;
}
.TagClassName
{
border-color: #F6CDB5;
}
</style>