#FDFFF3

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

Shades of Ivory #FDFFF3

Tints of Ivory #FDFFF3

Color information

#FDFFF3 (or 0xFDFFF3) is unknown color: approx Ivory. HEX triplet: FD, FF and F3. RGB value is (253,255,243). Sum of RGB (Red+Green+Blue) = 253+255+243=751 (99% of max value = 765). Red value is 253 (99.22% from 255 or 33.69% from 751); Green value is 255 (100% from 255 or 33.95% from 751); Blue value is 243 (95.31% from 255 or 32.36% from 751); Max value from RGB is 255 - color contains mainly: green. Hex color #FDFFF3 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDFFF3 is #02000C. Grayscale: #FDFDFD. Windows color (decimal): -131085 or 15990781. OLE color: 15990781.

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

Color convert

RGB253255243-
CMYK0.0100.050
HSL70º100%97.65%-
HSV(B)70º4.71%100%-
XYZ92.4598.8799.01-
YUV253.03122.34127.98-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 33.69%
GREEN value IS 255 (100% from 255) = 33.95%
BLUE value IS 243 (95.31% from 255) = 32.36%
R=33.69%
G=33.95%
B=32.36%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2532552430.0100.0507010097.65
HexFDFFF31050466462
Octal3753773631050106144142
Binary111111011111111111110011101010100011011001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFFF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFFF3; }

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

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

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

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

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

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

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

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