Shades of Apricot #F3CFB3
Tints of Apricot #F3CFB3
RGB
CMYK
RGB Variations
Color information
#F3CFB3 (or 0xF3CFB3) is known color: Apricot. HEX triplet: F3, CF and B3. RGB value is (243,207,179). Sum of RGB (Red+Green+Blue) = 243+207+179=629 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.63% from 629); Green value is 207 (81.25% from 255 or 32.91% from 629); Blue value is 179 (70.31% from 255 or 28.46% from 629); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CFB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3CFB3 is #0C304C. Grayscale: #D6D6D6. Windows color (decimal): -798797 or 11784179. OLE color: 11784179.
HSL color Cylindrical-coordinate representation of color #F3CFB3: hue angle of 26.25º degrees, saturation: 0.73, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F3CFB3 is Cyan = 0, Magento = 0.15, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 207 | 179 | - |
| CMYK | 0 | 0.15 | 0.26 | 0.05 |
| HSL | 26.25º | 0.73% | 0.83% | - |
| HSV(B) | 26.25º | 0.26% | 0.95% | - |
| XYZ | 67.41 | 66.94 | 52.01 | - |
| YUV | 214.57 | 107.93 | 148.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 207 | 179 | 0 | 0.15 | 0.26 | 0.05 | 26.25 | 0.73 | 0.83 |
| Hex | F3 | CF | B3 | 0 | F | 1A | 5 | 1A | 49 | 53 |
| Octal | 363 | 317 | 263 | 0 | 17 | 32 | 5 | 32 | 111 | 123 |
| Binary | 11110011 | 11001111 | 10110011 | 0 | 1111 | 11010 | 101 | 11010 | 1001001 | 1010011 |
Color Harmonies of #F3CFB3
Complementary color
Monochromatic Colors of #F3CFB3
Black with #F3CFB3
Text Example
Text Example
White with #F3CFB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3CFB3; }
p { color: rgb(243,207,179); }
H1.HeaderClassName
{
color: #F3CFB3;
}
.AnyTagClassName
{
color: #F3CFB3;
}
</style>
background-color css
<style>
a { background-color: #F3CFB3; }
a { background-color: rgb(243,207,179); }
div.DivClassName
{
background-color: #F3CFB3;
}
.BgClassName
{
background-color: #F3CFB3;
}
</style>
border-color css
<style>
span { border-color: #F3CFB3; }
span { border-color: rgb(243,207,179); }
td.TdClassName
{
border-color: #F3CFB3;
}
.TagClassName
{
border-color: #F3CFB3;
}
</style>