Shades of Apricot #F3CFB5
Tints of Apricot #F3CFB5
RGB
CMYK
RGB Variations
Color information
#F3CFB5 (or 0xF3CFB5) is known color: Apricot. HEX triplet: F3, CF and B5. RGB value is (243,207,181). Sum of RGB (Red+Green+Blue) = 243+207+181=631 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.51% from 631); Green value is 207 (81.25% from 255 or 32.81% from 631); Blue value is 181 (71.09% from 255 or 28.68% from 631); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CFB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3CFB5 is #0C304A. Grayscale: #D6D6D6. Windows color (decimal): -798795 or 11915251. OLE color: 11915251.
HSL color Cylindrical-coordinate representation of color #F3CFB5: hue angle of 25.16º degrees, saturation: 0.72, 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 #F3CFB5 is Cyan = 0, Magento = 0.15, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 207 | 181 | - |
| CMYK | 0 | 0.15 | 0.26 | 0.05 |
| HSL | 25.16º | 0.72% | 0.83% | - |
| HSV(B) | 25.16º | 0.26% | 0.95% | - |
| XYZ | 67.62 | 67.02 | 53.09 | - |
| YUV | 214.8 | 108.93 | 148.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 207 | 181 | 0 | 0.15 | 0.26 | 0.05 | 25.16 | 0.72 | 0.83 |
| Hex | F3 | CF | B5 | 0 | F | 1A | 5 | 19 | 48 | 53 |
| Octal | 363 | 317 | 265 | 0 | 17 | 32 | 5 | 31 | 110 | 123 |
| Binary | 11110011 | 11001111 | 10110101 | 0 | 1111 | 11010 | 101 | 11001 | 1001000 | 1010011 |
Color Harmonies of #F3CFB5
Complementary color
Monochromatic Colors of #F3CFB5
Black with #F3CFB5
Text Example
Text Example
White with #F3CFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3CFB5; }
p { color: rgb(243,207,181); }
H1.HeaderClassName
{
color: #F3CFB5;
}
.AnyTagClassName
{
color: #F3CFB5;
}
</style>
background-color css
<style>
a { background-color: #F3CFB5; }
a { background-color: rgb(243,207,181); }
div.DivClassName
{
background-color: #F3CFB5;
}
.BgClassName
{
background-color: #F3CFB5;
}
</style>
border-color css
<style>
span { border-color: #F3CFB5; }
span { border-color: rgb(243,207,181); }
td.TdClassName
{
border-color: #F3CFB5;
}
.TagClassName
{
border-color: #F3CFB5;
}
</style>