#FFFDF1

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

Shades of Ivory #FFFDF1

Tints of Ivory #FFFDF1

Color information

#FFFDF1 (or 0xFFFDF1) is unknown color: approx Ivory. HEX triplet: FF, FD and F1. RGB value is (255,253,241). Sum of RGB (Red+Green+Blue) = 255+253+241=749 (99% of max value = 765). Red value is 255 (100% from 255 or 34.05% from 749); Green value is 253 (99.22% from 255 or 33.78% from 749); Blue value is 241 (94.53% from 255 or 32.18% from 749); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFDF1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFFDF1 is #00020E. Grayscale: #FCFCFC. Windows color (decimal): -527 or 15859199. OLE color: 15859199.

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

Color convert

RGB255253241-
CMYK00.010.050
HSL51.43º100%97.25%-
HSV(B)51.43º5.49%100%-
XYZ92.2497.8697.25-
YUV252.23121.66129.98-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 34.05%
GREEN value IS 253 (99.22% from 255) = 33.78%
BLUE value IS 241 (94.53% from 255) = 32.18%
R=34.05%
G=33.78%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.05
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25525324100.010.05051.4310097.25
HexFFFDF10150336461
Octal377375361015063144141
Binary11111111111111011111000101101011001111001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFFDF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFFDF1; }

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

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

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

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

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

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

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

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