Shades of Blanched Almond #FFEDCF
Tints of Blanched Almond #FFEDCF
RGB
CMYK
RGB Variations
Color information
#FFEDCF (or 0xFFEDCF) is known color: Blanched Almond. HEX triplet: FF, ED and CF. RGB value is (255,237,207). Sum of RGB (Red+Green+Blue) = 255+237+207=699 (92% of max value = 765). Red value is 255 (100% from 255 or 36.48% from 699); Green value is 237 (92.97% from 255 or 33.91% from 699); Blue value is 207 (81.25% from 255 or 29.61% from 699); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEDCF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEDCF is #001230. Grayscale: #EFEFEF. Windows color (decimal): -4657 or 13626879. OLE color: 13626879.
HSL color Cylindrical-coordinate representation of color #FFEDCF: hue angle of 37.5º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FFEDCF is Cyan = 0, Magento = 0.07, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 237 | 207 | - |
| CMYK | 0 | 0.07 | 0.19 | 0 |
| HSL | 37.5º | 1% | 0.91% | - |
| HSV(B) | 37.5º | 0.19% | 1% | - |
| XYZ | 82.79 | 86.33 | 71.33 | - |
| YUV | 238.96 | 109.96 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 237 | 207 | 0 | 0.07 | 0.19 | 0 | 37.5 | 1 | 0.91 |
| Hex | FF | ED | CF | 0 | 7 | 13 | 0 | 26 | 64 | 5B |
| Octal | 377 | 355 | 317 | 0 | 7 | 23 | 0 | 46 | 144 | 133 |
| Binary | 11111111 | 11101101 | 11001111 | 0 | 111 | 10011 | 0 | 100110 | 1100100 | 1011011 |
Color Harmonies of #FFEDCF
Complementary color
Monochromatic Colors of #FFEDCF
Black with #FFEDCF
Text Example
Text Example
White with #FFEDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEDCF; }
p { color: rgb(255,237,207); }
H1.HeaderClassName
{
color: #FFEDCF;
}
.AnyTagClassName
{
color: #FFEDCF;
}
</style>
background-color css
<style>
a { background-color: #FFEDCF; }
a { background-color: rgb(255,237,207); }
div.DivClassName
{
background-color: #FFEDCF;
}
.BgClassName
{
background-color: #FFEDCF;
}
</style>
border-color css
<style>
span { border-color: #FFEDCF; }
span { border-color: rgb(255,237,207); }
td.TdClassName
{
border-color: #FFEDCF;
}
.TagClassName
{
border-color: #FFEDCF;
}
</style>