Shades of Apricot #F3D0B3
Tints of Apricot #F3D0B3
RGB
CMYK
RGB Variations
Color information
#F3D0B3 (or 0xF3D0B3) is known color: Apricot. HEX triplet: F3, D0 and B3. RGB value is (243,208,179). Sum of RGB (Red+Green+Blue) = 243+208+179=630 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.57% from 630); Green value is 208 (81.64% from 255 or 33.02% from 630); Blue value is 179 (70.31% from 255 or 28.41% from 630); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D0B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3D0B3 is #0C2F4C. Grayscale: #D7D7D7. Windows color (decimal): -798541 or 11784435. OLE color: 11784435.
HSL color Cylindrical-coordinate representation of color #F3D0B3: hue angle of 27.19º 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 #F3D0B3 is Cyan = 0, Magento = 0.14, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 208 | 179 | - |
| CMYK | 0 | 0.14 | 0.26 | 0.05 |
| HSL | 27.19º | 0.73% | 0.83% | - |
| HSV(B) | 27.19º | 0.26% | 0.95% | - |
| XYZ | 67.65 | 67.42 | 52.1 | - |
| YUV | 215.16 | 107.6 | 147.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 208 | 179 | 0 | 0.14 | 0.26 | 0.05 | 27.19 | 0.73 | 0.83 |
| Hex | F3 | D0 | B3 | 0 | E | 1A | 5 | 1B | 49 | 53 |
| Octal | 363 | 320 | 263 | 0 | 16 | 32 | 5 | 33 | 111 | 123 |
| Binary | 11110011 | 11010000 | 10110011 | 0 | 1110 | 11010 | 101 | 11011 | 1001001 | 1010011 |
Color Harmonies of #F3D0B3
Complementary color
Monochromatic Colors of #F3D0B3
Black with #F3D0B3
Text Example
Text Example
White with #F3D0B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3D0B3; }
p { color: rgb(243,208,179); }
H1.HeaderClassName
{
color: #F3D0B3;
}
.AnyTagClassName
{
color: #F3D0B3;
}
</style>
background-color css
<style>
a { background-color: #F3D0B3; }
a { background-color: rgb(243,208,179); }
div.DivClassName
{
background-color: #F3D0B3;
}
.BgClassName
{
background-color: #F3D0B3;
}
</style>
border-color css
<style>
span { border-color: #F3D0B3; }
span { border-color: rgb(243,208,179); }
td.TdClassName
{
border-color: #F3D0B3;
}
.TagClassName
{
border-color: #F3D0B3;
}
</style>