Shades of Apricot #F4CBB1
Tints of Apricot #F4CBB1
RGB
CMYK
RGB Variations
Color information
#F4CBB1 (or 0xF4CBB1) is known color: Apricot. HEX triplet: F4, CB and B1. RGB value is (244,203,177). Sum of RGB (Red+Green+Blue) = 244+203+177=624 (82% of max value = 765). Red value is 244 (95.70% from 255 or 39.10% from 624); Green value is 203 (79.69% from 255 or 32.53% from 624); Blue value is 177 (69.53% from 255 or 28.37% from 624); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CBB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4CBB1 is #0B344E. Grayscale: #D4D4D4. Windows color (decimal): -734287 or 11652084. OLE color: 11652084.
HSL color Cylindrical-coordinate representation of color #F4CBB1: hue angle of 23.28º 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 #F4CBB1 is Cyan = 0, Magento = 0.17, Yellow = 0.27 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 203 | 177 | - |
| CMYK | 0 | 0.17 | 0.27 | 0.04 |
| HSL | 23.28º | 0.75% | 0.83% | - |
| HSV(B) | 23.28º | 0.27% | 0.96% | - |
| XYZ | 66.6 | 65.12 | 50.65 | - |
| YUV | 212.3 | 108.08 | 150.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 203 | 177 | 0 | 0.17 | 0.27 | 0.04 | 23.28 | 0.75 | 0.83 |
| Hex | F4 | CB | B1 | 0 | 11 | 1B | 4 | 17 | 4B | 53 |
| Octal | 364 | 313 | 261 | 0 | 21 | 33 | 4 | 27 | 113 | 123 |
| Binary | 11110100 | 11001011 | 10110001 | 0 | 10001 | 11011 | 100 | 10111 | 1001011 | 1010011 |
Color Harmonies of #F4CBB1
Complementary color
Monochromatic Colors of #F4CBB1
Black with #F4CBB1
Text Example
Text Example
White with #F4CBB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4CBB1; }
p { color: rgb(244,203,177); }
H1.HeaderClassName
{
color: #F4CBB1;
}
.AnyTagClassName
{
color: #F4CBB1;
}
</style>
background-color css
<style>
a { background-color: #F4CBB1; }
a { background-color: rgb(244,203,177); }
div.DivClassName
{
background-color: #F4CBB1;
}
.BgClassName
{
background-color: #F4CBB1;
}
</style>
border-color css
<style>
span { border-color: #F4CBB1; }
span { border-color: rgb(244,203,177); }
td.TdClassName
{
border-color: #F4CBB1;
}
.TagClassName
{
border-color: #F4CBB1;
}
</style>