Shades of Apricot #F4CFB2
Tints of Apricot #F4CFB2
RGB
CMYK
RGB Variations
Color information
#F4CFB2 (or 0xF4CFB2) is known color: Apricot. HEX triplet: F4, CF and B2. RGB value is (244,207,178). Sum of RGB (Red+Green+Blue) = 244+207+178=629 (83% of max value = 765). Red value is 244 (95.70% from 255 or 38.79% from 629); Green value is 207 (81.25% from 255 or 32.91% from 629); Blue value is 178 (69.92% from 255 or 28.30% from 629); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CFB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4CFB2 is #0B304D. Grayscale: #D6D6D6. Windows color (decimal): -733262 or 11718644. OLE color: 11718644.
HSL color Cylindrical-coordinate representation of color #F4CFB2: hue angle of 26.36º degrees, saturation: 0.75, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F4CFB2 is Cyan = 0, Magento = 0.15, Yellow = 0.27 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 207 | 178 | - |
| CMYK | 0 | 0.15 | 0.27 | 0.04 |
| HSL | 26.36º | 0.75% | 0.83% | - |
| HSV(B) | 26.36º | 0.27% | 0.96% | - |
| XYZ | 67.66 | 67.07 | 51.5 | - |
| YUV | 214.76 | 107.26 | 148.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 207 | 178 | 0 | 0.15 | 0.27 | 0.04 | 26.36 | 0.75 | 0.83 |
| Hex | F4 | CF | B2 | 0 | F | 1B | 4 | 1A | 4B | 53 |
| Octal | 364 | 317 | 262 | 0 | 17 | 33 | 4 | 32 | 113 | 123 |
| Binary | 11110100 | 11001111 | 10110010 | 0 | 1111 | 11011 | 100 | 11010 | 1001011 | 1010011 |
Color Harmonies of #F4CFB2
Complementary color
Monochromatic Colors of #F4CFB2
Black with #F4CFB2
Text Example
Text Example
White with #F4CFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4CFB2; }
p { color: rgb(244,207,178); }
H1.HeaderClassName
{
color: #F4CFB2;
}
.AnyTagClassName
{
color: #F4CFB2;
}
</style>
background-color css
<style>
a { background-color: #F4CFB2; }
a { background-color: rgb(244,207,178); }
div.DivClassName
{
background-color: #F4CFB2;
}
.BgClassName
{
background-color: #F4CFB2;
}
</style>
border-color css
<style>
span { border-color: #F4CFB2; }
span { border-color: rgb(244,207,178); }
td.TdClassName
{
border-color: #F4CFB2;
}
.TagClassName
{
border-color: #F4CFB2;
}
</style>