#FDFEF6

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

Shades of Ivory #FDFEF6

Tints of Ivory #FDFEF6

Color information

#FDFEF6 (or 0xFDFEF6) is unknown color: approx Ivory. HEX triplet: FD, FE and F6. RGB value is (253,254,246). Sum of RGB (Red+Green+Blue) = 253+254+246=753 (99% of max value = 765). Red value is 253 (99.22% from 255 or 33.60% from 753); Green value is 254 (99.61% from 255 or 33.73% from 753); Blue value is 246 (96.48% from 255 or 32.67% from 753); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFEF6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDFEF6 is #020109. Grayscale: #FCFCFC. Windows color (decimal): -131338 or 16187133. OLE color: 16187133.

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

Color convert

RGB253254246-
CMYK0.0000.030.00
HSL67.5º80%98.04%-
HSV(B)67.5º3.15%99.61%-
XYZ92.5898.42101.31-
YUV252.79124.17128.15-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 33.60%
GREEN value IS 254 (99.61% from 255) = 33.73%
BLUE value IS 246 (96.48% from 255) = 32.67%
R=33.60%
G=33.73%
B=32.67%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2532542460.0000.030.0067.58098.04
HexFDFEF60030445062
Octal3753763660030104120142
Binary11111101111111101111011000110100010010100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFEF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFEF6; }

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

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

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

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

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

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

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

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