#FDFEF4

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

Shades of Ivory #FDFEF4

Tints of Ivory #FDFEF4

Color information

#FDFEF4 (or 0xFDFEF4) is unknown color: approx Ivory. HEX triplet: FD, FE and F4. RGB value is (253,254,244). Sum of RGB (Red+Green+Blue) = 253+254+244=751 (99% of max value = 765). Red value is 253 (99.22% from 255 or 33.69% from 751); Green value is 254 (99.61% from 255 or 33.82% from 751); Blue value is 244 (95.70% from 255 or 32.49% from 751); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFEF4 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDFEF4 is #02010B. Grayscale: #FCFCFC. Windows color (decimal): -131340 or 16056061. OLE color: 16056061.

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

Color convert

RGB253254244-
CMYK0.0000.040.00
HSL66º83.33%97.65%-
HSV(B)66º3.94%99.61%-
XYZ92.2898.399.7-
YUV252.56123.17128.31-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 33.69%
GREEN value IS 254 (99.61% from 255) = 33.82%
BLUE value IS 244 (95.70% from 255) = 32.49%
R=33.69%
G=33.82%
B=32.49%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2532542440.0000.040.006683.3397.65
HexFDFEF40040425362
Octal3753763640040102123142
Binary111111011111111011110100001000100001010100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFEF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFEF4; }

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

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

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

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

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

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

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

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