Shades of Blanched Almond #FEEDCF
Tints of Blanched Almond #FEEDCF
RGB
CMYK
RGB Variations
Color information
#FEEDCF (or 0xFEEDCF) is known color: Blanched Almond. HEX triplet: FE, ED and CF. RGB value is (254,237,207). Sum of RGB (Red+Green+Blue) = 254+237+207=698 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.39% from 698); Green value is 237 (92.97% from 255 or 33.95% from 698); Blue value is 207 (81.25% from 255 or 29.66% from 698); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEDCF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEDCF is #011230. Grayscale: #EEEEEE. Windows color (decimal): -70193 or 13626878. OLE color: 13626878.
HSL color Cylindrical-coordinate representation of color #FEEDCF: hue angle of 38.3º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FEEDCF is Cyan = 0, Magento = 0.07, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 237 | 207 | - |
| CMYK | 0 | 0.07 | 0.19 | 0.00 |
| HSL | 38.3º | 0.96% | 0.9% | - |
| HSV(B) | 38.3º | 0.19% | 1% | - |
| XYZ | 82.42 | 86.14 | 71.31 | - |
| YUV | 238.66 | 110.13 | 138.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 237 | 207 | 0 | 0.07 | 0.19 | 0.00 | 38.3 | 0.96 | 0.9 |
| Hex | FE | ED | CF | 0 | 7 | 13 | 0 | 26 | 60 | 5A |
| Octal | 376 | 355 | 317 | 0 | 7 | 23 | 0 | 46 | 140 | 132 |
| Binary | 11111110 | 11101101 | 11001111 | 0 | 111 | 10011 | 0 | 100110 | 1100000 | 1011010 |
Color Harmonies of #FEEDCF
Complementary color
Monochromatic Colors of #FEEDCF
Black with #FEEDCF
Text Example
Text Example
White with #FEEDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEDCF; }
p { color: rgb(254,237,207); }
H1.HeaderClassName
{
color: #FEEDCF;
}
.AnyTagClassName
{
color: #FEEDCF;
}
</style>
background-color css
<style>
a { background-color: #FEEDCF; }
a { background-color: rgb(254,237,207); }
div.DivClassName
{
background-color: #FEEDCF;
}
.BgClassName
{
background-color: #FEEDCF;
}
</style>
border-color css
<style>
span { border-color: #FEEDCF; }
span { border-color: rgb(254,237,207); }
td.TdClassName
{
border-color: #FEEDCF;
}
.TagClassName
{
border-color: #FEEDCF;
}
</style>