#FDFEF1

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

Shades of Ivory #FDFEF1

Tints of Ivory #FDFEF1

Color information

#FDFEF1 (or 0xFDFEF1) is unknown color: approx Ivory. HEX triplet: FD, FE and F1. RGB value is (253,254,241). Sum of RGB (Red+Green+Blue) = 253+254+241=748 (99% of max value = 765). Red value is 253 (99.22% from 255 or 33.82% from 748); Green value is 254 (99.61% from 255 or 33.96% from 748); Blue value is 241 (94.53% from 255 or 32.22% from 748); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFEF1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDFEF1 is #02010E. Grayscale: #FCFCFC. Windows color (decimal): -131343 or 15859453. OLE color: 15859453.

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

Color convert

RGB253254241-
CMYK0.0000.050.00
HSL64.62º86.67%97.06%-
HSV(B)64.62º5.12%99.61%-
XYZ91.8398.1297.32-
YUV252.22121.67128.56-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 33.82%
GREEN value IS 254 (99.61% from 255) = 33.96%
BLUE value IS 241 (94.53% from 255) = 32.22%
R=33.82%
G=33.96%
B=32.22%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2532542410.0000.050.0064.6286.6797.06
HexFDFEF10050415761
Octal3753763610050101127141
Binary111111011111111011110001001010100000110101111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFEF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFEF1; }

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

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

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

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

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

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

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

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