#FDFEF3

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

Shades of Ivory #FDFEF3

Tints of Ivory #FDFEF3

Color information

#FDFEF3 (or 0xFDFEF3) is unknown color: approx Ivory. HEX triplet: FD, FE and F3. RGB value is (253,254,243). Sum of RGB (Red+Green+Blue) = 253+254+243=750 (99% of max value = 765). Red value is 253 (99.22% from 255 or 33.73% from 750); Green value is 254 (99.61% from 255 or 33.87% from 750); Blue value is 243 (95.31% from 255 or 32.4% from 750); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFEF3 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDFEF3 is #02010C. Grayscale: #FCFCFC. Windows color (decimal): -131341 or 15990525. OLE color: 15990525.

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

Color convert

RGB253254243-
CMYK0.0000.040.00
HSL65.45º84.62%97.45%-
HSV(B)65.45º4.33%99.61%-
XYZ92.1398.2498.9-
YUV252.45122.67128.39-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 33.73%
GREEN value IS 254 (99.61% from 255) = 33.87%
BLUE value IS 243 (95.31% from 255) = 32.4%
R=33.73%
G=33.87%
B=32.4%

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
Decimal2532542430.0000.040.0065.4584.6297.45
HexFDFEF30040415561
Octal3753763630040101125141
Binary111111011111111011110011001000100000110101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFEF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFEF3; }

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

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

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

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

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

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

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

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