Shades of Ivory #FEFDEC
Tints of Ivory #FEFDEC
RGB
CMYK
RGB Variations
Color information
#FEFDEC (or 0xFEFDEC) is known color: Ivory. HEX triplet: FE, FD and EC. RGB value is (254,253,236). Sum of RGB (Red+Green+Blue) = 254+253+236=743 (98% of max value = 765). Red value is 254 (99.61% from 255 or 34.19% from 743); Green value is 253 (99.22% from 255 or 34.05% from 743); Blue value is 236 (92.58% from 255 or 31.76% from 743); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFDEC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEFDEC is #010213. Grayscale: #FBFBFB. Windows color (decimal): -66068 or 15531518. OLE color: 15531518.
HSL color Cylindrical-coordinate representation of color #FEFDEC: hue angle of 56.67º degrees, saturation: 0.9, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #FEFDEC is Cyan = 0, Magento = 0.00, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 253 | 236 | - |
CMYK | 0 | 0.00 | 0.07 | 0.00 |
HSL | 56.67º | 0.9% | 0.96% | - |
HSV(B) | 56.67º | 0.07% | 1% | - |
XYZ | 91.14 | 97.38 | 93.35 | - |
YUV | 251.36 | 119.33 | 129.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 253 | 236 | 0 | 0.00 | 0.07 | 0.00 | 56.67 | 0.9 | 0.96 |
Hex | FE | FD | EC | 0 | 0 | 7 | 0 | 39 | 5A | 60 |
Octal | 376 | 375 | 354 | 0 | 0 | 7 | 0 | 71 | 132 | 140 |
Binary | 11111110 | 11111101 | 11101100 | 0 | 0 | 111 | 0 | 111001 | 1011010 | 1100000 |
Color Harmonies of #FEFDEC
Complementary color
Monochromatic Colors of #FEFDEC
Black with #FEFDEC
Text Example
Text Example
White with #FEFDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFDEC; }
p { color: rgb(254,253,236); }
H1.HeaderClassName
{
color: #FEFDEC;
}
.AnyTagClassName
{
color: #FEFDEC;
}
</style>
background-color css
<style>
a { background-color: #FEFDEC; }
a { background-color: rgb(254,253,236); }
div.DivClassName
{
background-color: #FEFDEC;
}
.BgClassName
{
background-color: #FEFDEC;
}
</style>
border-color css
<style>
span { border-color: #FEFDEC; }
span { border-color: rgb(254,253,236); }
td.TdClassName
{
border-color: #FEFDEC;
}
.TagClassName
{
border-color: #FEFDEC;
}
</style>