#FDFEF0

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

Shades of Ivory #FDFEF0

Tints of Ivory #FDFEF0

Color information

#FDFEF0 (or 0xFDFEF0) is unknown color: approx Ivory. HEX triplet: FD, FE and F0. RGB value is (253,254,240). Sum of RGB (Red+Green+Blue) = 253+254+240=747 (98% of max value = 765). Red value is 253 (99.22% from 255 or 33.87% from 747); Green value is 254 (99.61% from 255 or 34.00% from 747); Blue value is 240 (94.14% from 255 or 32.13% from 747); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFEF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDFEF0 is #02010F. Grayscale: #FCFCFC. Windows color (decimal): -131344 or 15793917. OLE color: 15793917.

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

Color convert

RGB253254240-
CMYK0.0000.060.00
HSL64.29º87.5%96.86%-
HSV(B)64.29º5.51%99.61%-
XYZ91.6898.0696.53-
YUV252.1121.17128.64-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 33.87%
GREEN value IS 254 (99.61% from 255) = 34.00%
BLUE value IS 240 (94.14% from 255) = 32.13%
R=33.87%
G=34.00%
B=32.13%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2532542400.0000.060.0064.2987.596.86
HexFDFEF00060405861
Octal3753763600060100130141
Binary111111011111111011110000001100100000010110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFEF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFEF0; }

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

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

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

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

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

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

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

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