Shades of Apricot #F9CDAC
Tints of Apricot #F9CDAC
RGB
CMYK
RGB Variations
Color information
#F9CDAC (or 0xF9CDAC) is known color: Apricot. HEX triplet: F9, CD and AC. RGB value is (249,205,172). Sum of RGB (Red+Green+Blue) = 249+205+172=626 (82% of max value = 765). Red value is 249 (97.66% from 255 or 39.78% from 626); Green value is 205 (80.47% from 255 or 32.75% from 626); Blue value is 172 (67.58% from 255 or 27.48% from 626); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CDAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9CDAC is #063253. Grayscale: #D6D6D6. Windows color (decimal): -406100 or 11324921. OLE color: 11324921.
HSL color Cylindrical-coordinate representation of color #F9CDAC: hue angle of 25.71º degrees, saturation: 0.87, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F9CDAC is Cyan = 0, Magento = 0.18, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
RGB | 249 | 205 | 172 | - |
CMYK | 0 | 0.18 | 0.31 | 0.02 |
HSL | 25.71º | 0.87% | 0.83% | - |
HSV(B) | 25.71º | 0.31% | 0.98% | - |
XYZ | 68.34 | 66.78 | 48.32 | - |
YUV | 214.39 | 104.08 | 152.68 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 205 | 172 | 0 | 0.18 | 0.31 | 0.02 | 25.71 | 0.87 | 0.83 |
Hex | F9 | CD | AC | 0 | 12 | 1F | 2 | 1A | 57 | 53 |
Octal | 371 | 315 | 254 | 0 | 22 | 37 | 2 | 32 | 127 | 123 |
Binary | 11111001 | 11001101 | 10101100 | 0 | 10010 | 11111 | 10 | 11010 | 1010111 | 1010011 |
Color Harmonies of #F9CDAC
Complementary color
Monochromatic Colors of #F9CDAC
Black with #F9CDAC
Text Example
Text Example
White with #F9CDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9CDAC; }
p { color: rgb(249,205,172); }
H1.HeaderClassName
{
color: #F9CDAC;
}
.AnyTagClassName
{
color: #F9CDAC;
}
</style>
background-color css
<style>
a { background-color: #F9CDAC; }
a { background-color: rgb(249,205,172); }
div.DivClassName
{
background-color: #F9CDAC;
}
.BgClassName
{
background-color: #F9CDAC;
}
</style>
border-color css
<style>
span { border-color: #F9CDAC; }
span { border-color: rgb(249,205,172); }
td.TdClassName
{
border-color: #F9CDAC;
}
.TagClassName
{
border-color: #F9CDAC;
}
</style>