#FEFDE9

Color #FEFDE9 Ivory (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ivory #FEFDE9

Tints of Ivory #FEFDE9

Color information

#FEFDE9 (or 0xFEFDE9) is unknown color: approx Ivory. HEX triplet: FE, FD and E9. RGB value is (254,253,233). Sum of RGB (Red+Green+Blue) = 254+253+233=740 (98% of max value = 765). Red value is 254 (99.61% from 255 or 34.32% from 740); Green value is 253 (99.22% from 255 or 34.19% from 740); Blue value is 233 (91.41% from 255 or 31.49% from 740); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFDE9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEFDE9 is #010216. Grayscale: #FBFBFB. Windows color (decimal): -66071 or 15334910. OLE color: 15334910.

HSL color Cylindrical-coordinate representation of color #FEFDE9: hue angle of 57.14º degrees, saturation: 0.91, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #FEFDE9 is Cyan = 0, Magento = 0.00, Yellow = 0.08 and Black (K on CMYK) = 0.00.

Color convert

RGB254253233-
CMYK00.000.080.00
HSL57.14º91.3%95.49%-
HSV(B)57.14º8.27%99.61%-
XYZ90.7197.291.07-
YUV251.02117.83130.13-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 254 (99.61% from 255) = 34.32%
GREEN value IS 253 (99.22% from 255) = 34.19%
BLUE value IS 233 (91.41% from 255) = 31.49%
R=34.32%
G=34.19%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.08
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25425323300.000.080.0057.1491.395.49
HexFEFDE90080395b5f
Octal3763753510010071133137
Binary111111101111110111101001001000011100110110111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFDE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFDE9; }

 p { color: rgb(254,253,233); }

 H1.HeaderClassName
 {
   color: #FEFDE9;
 }
 .AnyTagClassName
 {
   color: #FEFDE9;
 }
</style>
background-color css

<style>
 a { background-color: #FEFDE9; }

 a { background-color: rgb(254,253,233); }

 div.DivClassName
 {
   background-color: #FEFDE9;
 }
 .BgClassName
 {
   background-color: #FEFDE9;
 }
</style>
border-color css

<style>
 span { border-color: #FEFDE9; }

 span { border-color: rgb(254,253,233); }

 td.TdClassName
 {
   border-color: #FEFDE9;
 }
 .TagClassName
 {
   border-color: #FEFDE9;
 }
</style>