Shades of Apricot #FECDB2
Tints of Apricot #FECDB2
RGB
CMYK
RGB Variations
Color information
#FECDB2 (or 0xFECDB2) is known color: Apricot. HEX triplet: FE, CD and B2. RGB value is (254,205,178). Sum of RGB (Red+Green+Blue) = 254+205+178=637 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.87% from 637); Green value is 205 (80.47% from 255 or 32.18% from 637); Blue value is 178 (69.92% from 255 or 27.94% from 637); Max value from RGB is 254 - color contains mainly: red. Hex color #FECDB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECDB2 is #01324D. Grayscale: #D8D8D8. Windows color (decimal): -78414 or 11718142. OLE color: 11718142.
HSL color Cylindrical-coordinate representation of color #FECDB2: hue angle of 21.32º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FECDB2 is Cyan = 0, Magento = 0.19, Yellow = 0.30 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 205 | 178 | - |
CMYK | 0 | 0.19 | 0.30 | 0.00 |
HSL | 21.32º | 0.97% | 0.85% | - |
HSV(B) | 21.32º | 0.3% | 1% | - |
XYZ | 70.74 | 67.95 | 51.51 | - |
YUV | 216.57 | 106.23 | 154.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 205 | 178 | 0 | 0.19 | 0.30 | 0.00 | 21.32 | 0.97 | 0.85 |
Hex | FE | CD | B2 | 0 | 13 | 1E | 0 | 15 | 61 | 55 |
Octal | 376 | 315 | 262 | 0 | 23 | 36 | 0 | 25 | 141 | 125 |
Binary | 11111110 | 11001101 | 10110010 | 0 | 10011 | 11110 | 0 | 10101 | 1100001 | 1010101 |
Color Harmonies of #FECDB2
Complementary color
Monochromatic Colors of #FECDB2
Black with #FECDB2
Text Example
Text Example
White with #FECDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECDB2; }
p { color: rgb(254,205,178); }
H1.HeaderClassName
{
color: #FECDB2;
}
.AnyTagClassName
{
color: #FECDB2;
}
</style>
background-color css
<style>
a { background-color: #FECDB2; }
a { background-color: rgb(254,205,178); }
div.DivClassName
{
background-color: #FECDB2;
}
.BgClassName
{
background-color: #FECDB2;
}
</style>
border-color css
<style>
span { border-color: #FECDB2; }
span { border-color: rgb(254,205,178); }
td.TdClassName
{
border-color: #FECDB2;
}
.TagClassName
{
border-color: #FECDB2;
}
</style>